Home
last modified time | relevance | path

Searched refs:DexPcMoved (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jit/
Djit_instrumentation.h90 virtual void DexPcMoved(Thread* /*self*/, mirror::Object* /*this_object*/, in DexPcMoved() function
/art/runtime/
Dtrace.h159 void DexPcMoved(Thread* thread, mirror::Object* this_object,
Dinstrumentation.h81 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
Dinstrumentation_test.cc68 void DexPcMoved(Thread* thread ATTRIBUTE_UNUSED, in DexPcMoved() function in art::instrumentation::FINAL
Dinstrumentation.cc903 listener->DexPcMoved(thread, this_object, method, dex_pc); in DexPcMovedEventImpl()
Dtrace.cc743 void Trace::DexPcMoved(Thread* thread, mirror::Object* this_object, in DexPcMoved() function in art::Trace
Ddebugger.cc290 void DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method, in DexPcMoved() function in art::FINAL