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()
233 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, in FindCatchBlock() argument266 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
426 static uint32_t FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type,
733 for (const std::pair<uint16_t, const DexFile*>& exception_type : unresolved_exception_types) { in LoadImageClasses() local734 uint16_t exception_type_idx = exception_type.first; in LoadImageClasses()735 const DexFile* dex_file = exception_type.second; in LoadImageClasses()
628 mirror::Class* exception_type = linker->ResolveType(*dex_file_, in ScanTryCatchBlocks() local631 if (exception_type == nullptr) { in ScanTryCatchBlocks()
3704 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); in ResolveMethodExceptionHandlerTypes() local3705 if (exception_type == nullptr) { in ResolveMethodExceptionHandlerTypes()