Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc387 case instrumentation::Instrumentation::kWatchedFramePop: in HasEventListener()
440 case instrumentation::Instrumentation::kWatchedFramePop: in ReportEvent()
482 case instrumentation::Instrumentation::kWatchedFramePop: in DidListenerReceiveEvent()
588 TestEvent(instrumentation::Instrumentation::kWatchedFramePop); in TEST_F()
Dinstrumentation.cc533 PotentiallyAddListenerTo(kWatchedFramePop, in AddListener()
620 PotentiallyRemoveListenerFrom(kWatchedFramePop, in RemoveListener()
Dinstrumentation.h177 kWatchedFramePop = 0x200, enumerator
/art/openjdkjvmti/
Devents.cc873 return art::instrumentation::Instrumentation::kWatchedFramePop; in GetInstrumentationEventsFor()