Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 – 6 of 6) 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
107 } else if (iter_exception_type->IsAssignableFrom(exception_type)) { in art_portable_find_catch_block_from_code()
/art/runtime/mirror/
Dart_method.cc212 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, in FindCatchBlock() argument
245 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
Dart_method.h489 static uint32_t FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type,
/art/compiler/driver/
Dcompiler_driver.cc750 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) { in LoadImageClasses() local
751 uint16_t exception_type_idx = exception_type.first; in LoadImageClasses()
752 const DexFile* dex_file = exception_type.second; in LoadImageClasses()
/art/runtime/verifier/
Dmethod_verifier.cc645 mirror::Class* exception_type = linker->ResolveType(*dex_file_, in ScanTryCatchBlocks() local
648 if (exception_type == nullptr) { in ScanTryCatchBlocks()
/art/runtime/
Dclass_linker.cc3761 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local
3762 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()