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

  /art/runtime/
instrumentation_test.cc 202 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() {
203 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
691 GetCurrentInstrumentationLevel());
699 GetCurrentInstrumentationLevel());
706 GetCurrentInstrumentationLevel());
713 GetCurrentInstrumentationLevel());
727 GetCurrentInstrumentationLevel());
733 GetCurrentInstrumentationLevel());
746 GetCurrentInstrumentationLevel());
752 GetCurrentInstrumentationLevel());
    [all...]
instrumentation.cc 687 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const {
699 return GetCurrentInstrumentationLevel() != new_level;
    [all...]
instrumentation.h 526 InstrumentationLevel GetCurrentInstrumentationLevel() const;
    [all...]
  /art/test/common/
runtime_state.cc 49 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() !=

Completed in 1095 milliseconds