Searched refs:IsDeoptimized (Results 1 – 8 of 8) sorted by relevance
28 return Runtime::Current()->GetInstrumentation()->IsDeoptimized(art_method); in Java_Main_isMethodDeoptimized()
628 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()634 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()640 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()678 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()686 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()694 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()701 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()707 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
288 return InterpretOnly() || IsDeoptimized(method); in InterpretOnly()365 if (UNLIKELY(EntryExitStubsInstalled() || IsForcedInterpretOnly() || IsDeoptimized(method))) { in InitializeMethodsCode()1183 DCHECK(!IsDeoptimized(method)); in UpdateMethodsCodeImpl()1329 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized() function in art::instrumentation::Instrumentation1719 IsDeoptimized(method) || in NeedsSlowInterpreterForMethod()
292 EXPORT bool IsDeoptimized(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
162 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()
242 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in ForceJitCompiled()
182 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in CompileMethodInternal()200 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethodInternal()
2532 if (instr->ShouldDeoptimizeCaller(self, sp) || instr->IsDeoptimized(method)) { in artMethodEntryHook()2539 DCHECK(!instr->IsDeoptimized(method)); in artMethodEntryHook()