Home
last modified time | relevance | path

Searched refs:IsDeoptimized (Results 1 – 6 of 6) 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.cc660 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()
Dinstrumentation.cc167 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::Instrumentation
1379 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) || in PopInstrumentationStackFrame()
Dinstrumentation.h246 bool IsDeoptimized(ArtMethod* method)
/art/runtime/jit/
Djit.cc289 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1117 if (instrumentation->IsDeoptimized(method)) { in artInstrumentationMethodEntryFromCode()