Home
last modified time | relevance | path

Searched refs:IsDeoptimized (Results 1 – 7 of 7) 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.cc641 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()
Dinstrumentation.cc258 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()
1074 bool Instrumentation::IsDeoptimized(ArtMethod* method) { in IsDeoptimized() function in art::instrumentation::Instrumentation
1581 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) || in PopInstrumentationStackFrame()
Dinstrumentation.h269 bool IsDeoptimized(ArtMethod* method)
Ddebugger.cc162 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) { in IsForcedInterpreterNeededForExceptionImpl()
/art/runtime/jit/
Djit.cc320 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) { in CompileMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1041 if (instrumentation->IsDeoptimized(method)) { in artInstrumentationMethodEntryFromCode()