Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc251 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument
281 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
Dart_method.h469 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
Dclass_linker.cc3256 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local
3257 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()
/art/compiler/driver/
Dcompiler_driver.cc793 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) { in LoadImageClasses() local
794 uint16_t exception_type_idx = exception_type.first; in LoadImageClasses()
795 const DexFile* dex_file = exception_type.second; in LoadImageClasses()
/art/runtime/verifier/
Dmethod_verifier.cc762 mirror::Class* exception_type = linker->ResolveType(*dex_file_, in ScanTryCatchBlocks() local
765 if (exception_type == nullptr) { in ScanTryCatchBlocks()