Searched refs:exception_type (Results 1 – 5 of 5) sorted by relevance
257 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument287 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
568 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
4822 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local4823 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()
1088 for (const auto& exception_type : unresolved_exception_types) { in LoadImageClasses() local1089 dex::TypeIndex exception_type_idx = exception_type.first; in LoadImageClasses()1090 const DexFile* dex_file = exception_type.second; in LoadImageClasses()
1008 ObjPtr<mirror::Class> exception_type = in ScanTryCatchBlocks() local1010 if (exception_type == nullptr) { in ScanTryCatchBlocks()