Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc251 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock()
Dclass_linker.cc3256 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local
/art/runtime/verifier/
Dmethod_verifier.cc762 mirror::Class* exception_type = linker->ResolveType(*dex_file_, in ScanTryCatchBlocks() local
/art/compiler/driver/
Dcompiler_driver.cc793 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) { in LoadImageClasses() local