Searched refs:FieldReadEvent (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | common_dex_operations.h | 83 instrumentation->FieldReadEvent(self, in DoFieldGetCommon()
|
D | instrumentation_test.cc | 394 instr->FieldReadEvent(self, obj, method, dex_pc, field); in ReportEvent() 526 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
|
D | instrumentation.h | 393 void FieldReadEvent(Thread* thread, mirror::Object* this_object, in FieldReadEvent() function
|
D | jni_internal.cc | 152 instrumentation->FieldReadEvent(self, in NotifyGetField()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 160 instrumentation->FieldReadEvent(self, in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
|