Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method.cc257 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() argument
287 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
Dart_method.h568 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,