Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc376 case instrumentation::Instrumentation::kWatchedFramePop: in HasEventListener()
426 case instrumentation::Instrumentation::kWatchedFramePop: in ReportEvent()
466 case instrumentation::Instrumentation::kWatchedFramePop: in DidListenerReceiveEvent()
573 TestEvent(instrumentation::Instrumentation::kWatchedFramePop); in TEST_F()
Dinstrumentation.h200 kWatchedFramePop = 0x200, enumerator
Dinstrumentation.cc625 PotentiallyAddListenerTo(kWatchedFramePop, in AddListener()
707 PotentiallyRemoveListenerFrom(kWatchedFramePop, in RemoveListener()
/art/openjdkjvmti/
Devents.cc1117 return art::instrumentation::Instrumentation::kWatchedFramePop; in GetInstrumentationEventsFor()