HomeSort by relevance Sort by last modified time
    Searched refs:IsDeoptimized (Results 1 - 6 of 6) sorted by null

  /art/runtime/
instrumentation_test.cc 595 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize));
601 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize));
607 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize));
644 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize));
652 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize));
660 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize));
667 EXPECT_TRUE(instr->IsDeoptimized(method_to_deoptimize));
673 EXPECT_FALSE(instr->IsDeoptimized(method_to_deoptimize));
    [all...]
instrumentation.cc 158 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) {
170 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) &&
735 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) {
    [all...]
instrumentation.h 227 bool IsDeoptimized(ArtMethod* method)
debugger.cc     [all...]
  /art/runtime/jit/
jit.cc 284 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 298 milliseconds