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

/art/runtime/
H A Dart_method.cc272 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, argument
302 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) {
H A Dclass_linker.cc4338 ObjPtr<mirror::Class> exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); local
4339 if (exception_type == nullptr) {
/art/runtime/verifier/
H A Dmethod_verifier.cc1005 ObjPtr<mirror::Class> exception_type = local
1007 if (exception_type == nullptr) {

Completed in 90 milliseconds