Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc367 case instrumentation::Instrumentation::kWatchedFramePop: in HasEventListener()
417 case instrumentation::Instrumentation::kWatchedFramePop: in ReportEvent()
457 case instrumentation::Instrumentation::kWatchedFramePop: in DidListenerReceiveEvent()
560 TestEvent(instrumentation::Instrumentation::kWatchedFramePop); in TEST_F()
Dinstrumentation.cc793 PotentiallyAddListenerTo(kWatchedFramePop, in AddListener()
880 PotentiallyRemoveListenerFrom(kWatchedFramePop, in RemoveListener()
Dinstrumentation.h192 kWatchedFramePop = 0x200, enumerator
/art/openjdkjvmti/
Devents.cc1106 return art::instrumentation::Instrumentation::kWatchedFramePop; in GetInstrumentationEventsFor()