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

/art/runtime/
H A Dart_method.cc186 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, argument
219 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) {
H A Dclass_linker.cc4136 mirror::Class* exception_type = ResolveType(iterator.GetHandlerTypeIndex(), method); local
4137 if (exception_type == nullptr) {
/art/runtime/verifier/
H A Dmethod_verifier.cc1049 mirror::Class* exception_type = linker->ResolveType(*dex_file_, local
1052 if (exception_type == nullptr) {

Completed in 205 milliseconds