Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc266 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument
296 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
Dart_method.h624 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
Dclass_linker.cc5012 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local
5013 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()
/art/runtime/verifier/
Dmethod_verifier.cc1152 ObjPtr<mirror::Class> exception_type = in ScanTryCatchBlocks() local
1154 if (exception_type == nullptr) { in ScanTryCatchBlocks()