Searched refs:IsDeoptimizedMethodsEmpty (Results 1 – 3 of 3) sorted by relevance
72 Runtime::Current()->GetInstrumentation()->IsDeoptimizedMethodsEmpty())) { in IsForcedInterpreterNeededForException()
296 bool IsDeoptimizedMethodsEmpty() const REQUIRES_SHARED(Locks::mutator_lock_);
1021 if (!IsDeoptimizedMethodsEmpty()) { in MaybeRestoreInstrumentationStack()1325 bool Instrumentation::IsDeoptimizedMethodsEmpty() const { in IsDeoptimizedMethodsEmpty() function in art::instrumentation::Instrumentation