Searched refs:FieldRead (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | trace.h | 91 void FieldRead(Thread* thread, mirror::Object* this_object,
|
D | instrumentation.h | 85 virtual void FieldRead(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method,
|
D | trace.cc | 574 void Trace::FieldRead(Thread* /*thread*/, mirror::Object* this_object, in FieldRead() function in art::Trace
|
D | instrumentation.cc | 991 listener->FieldRead(thread, this_object, method, dex_pc, field); in FieldReadEventImpl()
|
D | debugger.cc | 271 void FieldRead(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in FieldRead() function in art::FINAL
|