Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc81 mirror::Class* exception_type = exception->GetClass(); in art_portable_find_catch_block_from_code() local
/art/runtime/mirror/
Dart_method.cc212 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, in FindCatchBlock()
/art/runtime/verifier/
Dmethod_verifier.cc645 mirror::Class* exception_type = linker->ResolveType(*dex_file_, in ScanTryCatchBlocks() local
/art/compiler/driver/
Dcompiler_driver.cc750 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) { in LoadImageClasses() local
/art/runtime/
Dclass_linker.cc3761 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local