Searched refs:IsDeoptimized (Results 1 – 6 of 6) sorted by relevance
595 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()
158 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::Instrumentation1203 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) || in PopInstrumentationStackFrame()
227 bool IsDeoptimized(ArtMethod* method)
3338 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()
284 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethod()
1001 if (instrumentation->IsDeoptimized(method)) { in artInstrumentationMethodEntryFromCode()