Home
last modified time | relevance | path

Searched refs:IsDeoptimized (Results 1 – 8 of 8) sorted by relevance

/art/test/1947-breakpoint-redefine-deopt/
Dcheck_deopt.cc28 return Runtime::Current()->GetInstrumentation()->IsDeoptimized(art_method); in Java_Main_isMethodDeoptimized()
/art/runtime/
Dinstrumentation_test.cc628 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()
Dinstrumentation.cc288 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::Instrumentation
1719 IsDeoptimized(method) || in NeedsSlowInterpreterForMethod()
Dinstrumentation.h292 EXPORT bool IsDeoptimized(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
Ddebugger.cc162 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()
/art/test/common/
Druntime_state.cc242 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in ForceJitCompiled()
/art/runtime/jit/
Djit.cc182 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in CompileMethodInternal()
200 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethodInternal()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2532 if (instr->ShouldDeoptimizeCaller(self, sp) || instr->IsDeoptimized(method)) { in artMethodEntryHook()
2539 DCHECK(!instr->IsDeoptimized(method)); in artMethodEntryHook()