Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc373 case instrumentation::Instrumentation::kWatchedFramePop: in HasEventListener()
423 case instrumentation::Instrumentation::kWatchedFramePop: in ReportEvent()
463 case instrumentation::Instrumentation::kWatchedFramePop: in DidListenerReceiveEvent()
569 TestEvent(instrumentation::Instrumentation::kWatchedFramePop); in TEST_F()
Dinstrumentation.h190 kWatchedFramePop = 0x200, enumerator
Dinstrumentation.cc592 PotentiallyAddListenerTo(kWatchedFramePop, in AddListener()
674 PotentiallyRemoveListenerFrom(kWatchedFramePop, in RemoveListener()
/art/openjdkjvmti/
Devents.cc965 return art::instrumentation::Instrumentation::kWatchedFramePop; in GetInstrumentationEventsFor()