Searched refs:exception_type (Results 1 – 4 of 4) sorted by relevance
319 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument349 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
888 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
5041 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local5042 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()
1129 ObjPtr<mirror::Class> exception_type = in ScanTryCatchBlocks() local1131 if (exception_type == nullptr) { in ScanTryCatchBlocks()