Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 18 of 18) sorted by relevance

/art/test/121-simple-suspend-check/
Dinfo.txt1 Simple test to ensure the compiler emits suspend checks on loops.
/art/test/083-compiler-regressions/
Dinfo.txt9 2302318 Crash during spin-on-suspend testing
/art/runtime/interpreter/mterp/mips64/
Dop_goto.S23 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
Dop_goto_16.S22 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
Dop_goto_32.S27 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
Dzcmp.S28 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
Dbincmp.S30 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
Dop_packed_switch.S34 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
/art/runtime/jdwp/
Djdwp_main.cc285 if (options->suspend) { in Create()
657 lhs.suspend == rhs.suspend && in operator ==()
Djdwp_socket.cc95 if (options->suspend) { in InitSocketTransport()
Djdwp.h108 bool suspend = false; member
Djdwp_event.cc765 JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL : SP_NONE; in PostVMStart()
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali23 # Check that the outer loop suspend check environment only has the parameter vreg.
/art/cmdline/
Dcmdline_types.h140 jdwp_options->suspend = false;
142 jdwp_options->suspend = true;
/art/compiler/optimizing/
Dbounds_check_elimination.cc1521 HInstruction* suspend = loop->GetSuspendCheck(); in InsertDeoptInLoop() local
1524 new (GetGraph()->GetArena()) HDeoptimize(condition, suspend->GetDexPc()); in InsertDeoptInLoop()
1526 if (suspend->HasEnvironment()) { in InsertDeoptInLoop()
1528 suspend->GetEnvironment(), loop->GetHeader()); in InsertDeoptInLoop()
/art/runtime/interpreter/mterp/out/
Dmterp_mips64.S1118 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1147 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1181 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1221 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1262 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1471 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1510 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1549 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1588 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
1627 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
[all …]
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S651 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval
777 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S442 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval