Searched defs:exception_type (Results 1 - 4 of 4) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_throw_entrypoints.cc81 mirror::Class* exception_type = exception->GetClass(); local
107 } else if (iter_exception_type->IsAssignableFrom(exception_type)) {
/art/runtime/mirror/
H A Dart_method.cc233 uint32_t ArtMethod::FindCatchBlock(Handle<ArtMethod> h_this, Handle<Class> exception_type, argument
266 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) {
/art/runtime/verifier/
H A Dmethod_verifier.cc628 mirror::Class* exception_type = linker->ResolveType(*dex_file_, local
631 if (exception_type == nullptr) {
/art/runtime/
H A Dclass_linker.cc3704 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); local
3705 if (exception_type == nullptr) {

Completed in 170 milliseconds