Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc595 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
601 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
607 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
644 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
652 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
660 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
667 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
673 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
Dinstrumentation.cc158 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()
170 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) && in InstallStubsForMethod()
735 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCodeImpl()
862 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized() function in art::instrumentation::Instrumentation
1203 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) || in PopInstrumentationStackFrame()
Dinstrumentation.h227 bool IsDeoptimized(ArtMethod* method)
Ddebugger.cc3338 CHECK(!instrumentation->IsDeoptimized(m)); in SanityCheckExistingBreakpoints()
3343 CHECK(instrumentation->IsDeoptimized(m)); in SanityCheckExistingBreakpoints()
3347 CHECK(!instrumentation->IsDeoptimized(m)); in SanityCheckExistingBreakpoints()
3456 Runtime::Current()->GetInstrumentation()->IsDeoptimized(m)); in UnwatchLocation()
3539 return instrumentation->IsDeoptimized(m); in IsForcedInterpreterNeededForResolutionImpl()
3576 return instrumentation->IsDeoptimized(m); in IsForcedInstrumentationNeededForResolutionImpl()
3610 return instrumentation->IsDeoptimized(m); in IsForcedInterpreterNeededForUpcallImpl()
3637 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in VisitFrame()
/art/runtime/jit/
Djit.cc284 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1001 if (instrumentation->IsDeoptimized(method)) { in artInstrumentationMethodEntryFromCode()