Searched refs:DexPcMovedEvent (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 55 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), \ 190 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 206 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 223 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 239 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl() 278 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 265 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 284 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 304 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 323 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 364 instrumentation->DexPcMovedEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteGotoImpl() 2430 instrumentation->DexPcMovedEvent(self, this_object, shadow_frame.GetMethod(), dex_pc); \ in ExecuteGotoImpl()
|
/art/runtime/ |
D | instrumentation.h | 284 void DexPcMovedEvent(Thread* thread, mirror::Object* this_object, in DexPcMovedEvent() function
|