Searched refs:FieldRead (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jit/ |
D | jit_instrumentation.h | 80 virtual void FieldRead(Thread* /*thread*/, mirror::Object* /*this_object*/, in FieldRead() function
|
/art/runtime/ |
D | trace.h | 162 void FieldRead(Thread* thread, mirror::Object* this_object,
|
D | instrumentation.h | 86 virtual void FieldRead(Thread* thread, mirror::Object* this_object, ArtMethod* method,
|
D | instrumentation_test.cc | 76 void FieldRead(Thread* thread ATTRIBUTE_UNUSED, in FieldRead() function in art::instrumentation::FINAL
|
D | instrumentation.cc | 919 listener->FieldRead(thread, this_object, method, dex_pc, field); in FieldReadEventImpl()
|
D | trace.cc | 750 void Trace::FieldRead(Thread* thread, mirror::Object* this_object, in FieldRead() function in art::Trace
|
D | debugger.cc | 311 void FieldRead(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object, in FieldRead() function in art::FINAL
|