Searched refs:FieldRead (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | trace.h | 158 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 | 78 void FieldRead(Thread* thread ATTRIBUTE_UNUSED, in FieldRead() function in art::instrumentation::FINAL
|
D | instrumentation.cc | 982 listener->FieldRead(thread, this_object, method, dex_pc, field); in FieldReadEventImpl()
|
D | trace.cc | 764 void Trace::FieldRead(Thread* thread ATTRIBUTE_UNUSED, in FieldRead() function in art::Trace
|
D | debugger.cc | 214 void FieldRead(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object, in FieldRead() function in art::FINAL
|