Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h338 uint32_t FindNextInstructionFollowingException(Thread* self, ShadowFrame& shadow_frame,
Dinterpreter.cc508 uint32_t found_dex_pc = FindNextInstructionFollowingException(self, *shadow_frame, dex_pc, in EnterInterpreterFromDeoptimize()
Dinterpreter_common.cc450 uint32_t FindNextInstructionFollowingException(Thread* self, in FindNextInstructionFollowingException() function
Dinterpreter_goto_table_impl.cc2402 uint32_t found_dex_pc = FindNextInstructionFollowingException(self, shadow_frame, dex_pc, in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc28 uint32_t found_dex_pc = FindNextInstructionFollowingException(self, shadow_frame, \