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

/art/runtime/
H A Dart_method.cc250 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, argument
280 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) {
H A Dart_method.h534 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
H A Dclass_linker.cc4274 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); local
4275 if (exception_type == nullptr) {
/art/compiler/driver/
H A Dcompiler_driver.cc1139 for (const auto& exception_type : unresolved_exception_types) {
1140 dex::TypeIndex exception_type_idx = exception_type.first;
1141 const DexFile* dex_file = exception_type.second;
/art/runtime/verifier/
H A Dmethod_verifier.cc1092 mirror::Class* exception_type = linker->ResolveType(*dex_file_, local
1095 if (exception_type == nullptr) {

Completed in 120 milliseconds