Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.cc286 ObjPtr<mirror::Class> iter_exception_type = ResolveClassFromTypeIndex(iter_type_idx); in FindCatchBlock() local
287 if (UNLIKELY(iter_exception_type == nullptr)) { in FindCatchBlock()
297 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()