Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc285 ObjPtr<mirror::Class> iter_exception_type = ResolveClassFromTypeIndex(iter_type_idx); in FindCatchBlock() local
286 if (UNLIKELY(iter_exception_type == nullptr)) { in FindCatchBlock()
296 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()