HomeSort by relevance Sort by last modified time
    Searched defs:GetCurrentInstrumentationLevel (Results 1 - 2 of 2) sorted by null

  /art/runtime/
instrumentation_test.cc 196 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() {
197 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
649 GetCurrentInstrumentationLevel());
657 GetCurrentInstrumentationLevel());
664 GetCurrentInstrumentationLevel());
671 GetCurrentInstrumentationLevel());
685 GetCurrentInstrumentationLevel());
691 GetCurrentInstrumentationLevel());
704 GetCurrentInstrumentationLevel());
710 GetCurrentInstrumentationLevel());
    [all...]
instrumentation.cc 587 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const {
599 return GetCurrentInstrumentationLevel() != new_level;
    [all...]

Completed in 610 milliseconds