Home
last modified time | relevance | path

Searched refs:FindCatchBlock (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dquick_exception_handler.cc112 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()
Dart_method.h624 uint32_t FindCatchBlock(Handle<mirror::Class> exception_type, uint32_t dex_pc,
Dart_method.cc266 uint32_t ArtMethod::FindCatchBlock(Handle<mirror::Class> exception_type, in FindCatchBlock() function in art::ArtMethod
/art/runtime/interpreter/
Dinterpreter_common.cc171 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock( in MoveToExceptionHandler()
/art/openjdkjvmti/
Devents.cc960 uint32_t found_dex_pc = method->FindCatchBlock( in FindCatchMethodsFromThrow()