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.cc49 received_field_written_object_event(false), in TestInstrumentationListener()
115 received_field_written_object_event = true; in FieldWritten()
161 received_field_written_object_event = false; in Reset()
175 bool received_field_written_object_event; member in art::instrumentation::TestInstrumentationListener
456 (with_object && listener.received_field_written_object_event); in DidListenerReceiveEvent()