Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc303 case instrumentation::Instrumentation::kFieldRead: in HasEventListener()
338 case instrumentation::Instrumentation::kFieldRead: in ReportEvent()
376 case instrumentation::Instrumentation::kFieldRead: in DidListenerReceiveEvent()
434 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F()
Dinstrumentation.cc464 PotentiallyAddListenerTo(kFieldRead, in AddListener()
541 PotentiallyRemoveListenerFrom(kFieldRead, in RemoveListener()
Dinstrumentation.h125 kFieldRead = 0x10, enumerator
Ddebugger.cc3074 case instrumentation::Instrumentation::kFieldRead: in GetReferenceCounterForEvent()
/art/runtime/jdwp/
Djdwp_event.cc171 return instrumentation::Instrumentation::kFieldRead; in GetInstrumentationEventFor()