Searched refs:IsDeoptimized (Results 1 – 7 of 7) sorted by relevance
28 return Runtime::Current()->GetInstrumentation()->IsDeoptimized(art_method); in Java_Main_isMethodDeoptimized()
641 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()647 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()653 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()690 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()698 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()706 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()713 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()719 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
258 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()266 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) && in InstallStubsForMethod()916 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCodeImpl()1064 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized() function in art::instrumentation::Instrumentation1544 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) || in PopInstrumentationStackFrame()
269 bool IsDeoptimized(ArtMethod* method)
162 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()
322 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethod()
1041 if (instrumentation->IsDeoptimized(method)) { in artInstrumentationMethodEntryFromCode()