Home
last modified time | relevance | path

Searched refs:IsDeoptimizedMethodsEmpty (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h72 Runtime::Current()->GetInstrumentation()->IsDeoptimizedMethodsEmpty())) { in IsForcedInterpreterNeededForException()
Dinstrumentation.h296 bool IsDeoptimizedMethodsEmpty() const REQUIRES_SHARED(Locks::mutator_lock_);
Dinstrumentation.cc1021 if (!IsDeoptimizedMethodsEmpty()) { in MaybeRestoreInstrumentationStack()
1325 bool Instrumentation::IsDeoptimizedMethodsEmpty() const { in IsDeoptimizedMethodsEmpty() function in art::instrumentation::Instrumentation