Searched refs:IsDeoptimized (Results 1 – 6 of 6) sorted by relevance
28 return Runtime::Current()->GetInstrumentation()->IsDeoptimized(art_method); in Java_Main_isMethodDeoptimized()
660 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()666 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()672 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()709 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()717 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()725 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()732 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()738 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize)); in TEST_F()
167 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) { in InstallStubsForMethod()179 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) && in InstallStubsForMethod()781 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) { in UpdateMethodsCodeImpl()923 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized() function in art::instrumentation::Instrumentation1379 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) || in PopInstrumentationStackFrame()
246 bool IsDeoptimized(ArtMethod* method)
289 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethod()
1117 if (instrumentation->IsDeoptimized(method)) { in artInstrumentationMethodEntryFromCode()