Home
last modified time | relevance | path

Searched refs:iter_type_idx (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dart_method.cc278 dex::TypeIndex iter_type_idx = it.GetHandlerTypeIndex(); in FindCatchBlock() local
280 if (!iter_type_idx.IsValid()) { in FindCatchBlock()
285 ObjPtr<mirror::Class> iter_exception_type = ResolveClassFromTypeIndex(iter_type_idx); in FindCatchBlock()
295 << DescriptorToDot(GetTypeDescriptorFromTypeIdx(iter_type_idx)); in FindCatchBlock()