Searched refs:DexPcMovedEvent (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 261 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 280 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 300 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 319 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 360 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 2426 instrumentation->DexPcMovedEvent(self, this_object, shadow_frame.GetMethod(), dex_pc); \ in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 55 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), \ 186 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 202 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 219 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 235 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 274 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()
|
/art/runtime/ |
D | instrumentation.h | 284 void DexPcMovedEvent(Thread* thread, mirror::Object* this_object, in DexPcMovedEvent() function
|