Home
last modified time | relevance | path

Searched refs:DexPcMovedEvent (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc391 instr->DexPcMovedEvent(self, obj, method, dex_pc); in ReportEvent()
522 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
Dinstrumentation.h376 void DexPcMovedEvent(Thread* thread, mirror::Object* this_object, in DexPcMovedEvent() function
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc135 instrumentation->DexPcMovedEvent(self, in DoDexPcMoveEvent()