Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc257 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock()
Dclass_linker.cc4822 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local
/art/runtime/verifier/
Dmethod_verifier.cc1008 ObjPtr<mirror::Class> exception_type = in ScanTryCatchBlocks() local
/art/dex2oat/driver/
Dcompiler_driver.cc1088 for (const auto& exception_type : unresolved_exception_types) { in LoadImageClasses() local