Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc357 case instrumentation::Instrumentation::kFieldRead: in HasEventListener()
399 case instrumentation::Instrumentation::kFieldRead: in ReportEvent()
446 case instrumentation::Instrumentation::kFieldRead: in DidListenerReceiveEvent()
556 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F()
Dinstrumentation.cc778 PotentiallyAddListenerTo(kFieldRead, in AddListener()
865 PotentiallyRemoveListenerFrom(kFieldRead, in RemoveListener()
Dinstrumentation.h188 kFieldRead = 0x10, enumerator
/art/openjdkjvmti/
Devents.cc1088 return art::instrumentation::Instrumentation::kFieldRead; in GetInstrumentationEventsFor()