Home
last modified time | relevance | path

Searched refs:received_field_written_object_event (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc50 received_field_written_object_event(false), in TestInstrumentationListener()
118 received_field_written_object_event = true; in FieldWritten()
164 received_field_written_object_event = false; in Reset()
178 bool received_field_written_object_event; member in art::instrumentation::TestInstrumentationListener
459 (with_object && listener.received_field_written_object_event); in DidListenerReceiveEvent()