Searched refs:exception_type (Results 1 – 6 of 6) sorted by relevance
81 mirror::Class* exception_type = exception->GetClass(); in art_portable_find_catch_block_from_code() local107 } else if (iter_exception_type->IsAssignableFrom(exception_type)) { in art_portable_find_catch_block_from_code()
212 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, in FindCatchBlock() argument245 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
489 static uint32_t FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type,
750 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) { in LoadImageClasses() local751 uint16_t exception_type_idx = exception_type.first; in LoadImageClasses()752 const DexFile* dex_file = exception_type.second; in LoadImageClasses()
645 mirror::Class* exception_type = linker->ResolveType(*dex_file_, in ScanTryCatchBlocks() local648 if (exception_type == nullptr) { in ScanTryCatchBlocks()
3761 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local3762 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()