Searched refs:InterpretOnly (Results 1 – 7 of 7) sorted by relevance
281 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()284 bool Instrumentation::InterpretOnly(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in InterpretOnly() function in art::instrumentation::Instrumentation288 return InterpretOnly() || IsDeoptimized(method); in InterpretOnly()322 DCHECK(!Runtime::Current()->GetInstrumentation()->InterpretOnly(method)); in GetOptimizedCodeFor()427 if (InterpretOnly(method)) { in InstallStubsForMethod()1195 if (InterpretOnly(method)) { in UpdateMethodsCodeImpl()1311 if (InterpretOnly(method)) { in Undeoptimize()1432 if (InterpretOnly(method)) { in GetCodeForInvoke()
360 bool InterpretOnly() const { in InterpretOnly() function363 bool InterpretOnly(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
757 EXPECT_TRUE(instr->InterpretOnly()); \759 EXPECT_TRUE(instr->InterpretOnly()); \761 EXPECT_FALSE(instr->InterpretOnly()); \
156 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) { in IsForcedInterpreterNeededForExceptionImpl()
2953 if (GetInstrumentation()->InterpretOnly()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()
2266 (runtime->GetInstrumentation()->InterpretOnly() || in AddImageSpace()
60 !instr->InterpretOnly() && !runtime->IsAotCompiler() && in CanRuntimeUseNterp()