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