HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentInstrumentationLevel (Results 1 - 4 of 4) 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...]
instrumentation.h 474 InstrumentationLevel GetCurrentInstrumentationLevel() const;
652 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs.
  /art/test/common/
runtime_state.cc 43 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() !=

Completed in 78 milliseconds