Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.cc267 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument
297 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
H A Dart_method.h619 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
H A Dclass_linker.cc4887 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local
4888 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1158 ObjPtr<mirror::Class> exception_type = in ScanTryCatchBlocks() local
1160 if (exception_type == nullptr) { in ScanTryCatchBlocks()