Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc366 case instrumentation::Instrumentation::kFieldRead: in HasEventListener()
408 case instrumentation::Instrumentation::kFieldRead: in ReportEvent()
455 case instrumentation::Instrumentation::kFieldRead: in DidListenerReceiveEvent()
569 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F()
Dinstrumentation.h196 kFieldRead = 0x10, enumerator
Dinstrumentation.cc610 PotentiallyAddListenerTo(kFieldRead, in AddListener()
692 PotentiallyRemoveListenerFrom(kFieldRead, in RemoveListener()
/art/openjdkjvmti/
Devents.cc1099 return art::instrumentation::Instrumentation::kFieldRead; in GetInstrumentationEventsFor()