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
106 } else if (iter_exception_type->IsAssignableFrom(exception_type)) {
/art/runtime/mirror/
H A Dart_method.cc213 uint32_t ArtMethod::FindCatchBlock(Class* exception_type, uint32_t dex_pc, argument
233 } else if (iter_exception_type->IsAssignableFrom(exception_type)) {
/art/runtime/verifier/
H A Dmethod_verifier.cc571 mirror::Class* exception_type = linker->ResolveType(*dex_file_, local
574 if (exception_type == NULL) {
/art/runtime/
H A Dclass_linker.cc2629 mirror::Class* exception_type = linker->ResolveType(iterator.GetHandlerTypeIndex(), method); local
2630 if (exception_type == NULL) {

Completed in 129 milliseconds