Searched refs:suspend (Results 1 – 18 of 18) sorted by relevance
/art/test/121-simple-suspend-check/ |
D | info.txt | 1 Simple test to ensure the compiler emits suspend checks on loops.
|
/art/test/083-compiler-regressions/ |
D | info.txt | 9 2302318 Crash during spin-on-suspend testing
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_goto.S | 23 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
D | op_goto_16.S | 22 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
D | op_goto_32.S | 27 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
D | zcmp.S | 28 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
D | bincmp.S | 30 bltz a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
D | op_packed_switch.S | 34 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 285 if (options->suspend) { in Create() 657 lhs.suspend == rhs.suspend && in operator ==()
|
D | jdwp_socket.cc | 95 if (options->suspend) { in InitSocketTransport()
|
D | jdwp.h | 108 bool suspend = false; member
|
D | jdwp_event.cc | 765 JdwpSuspendPolicy suspend_policy = (options_->suspend) ? SP_ALL : SP_NONE; in PostVMStart()
|
/art/test/596-checker-dead-phi/smali/ |
D | IrreducibleLoop.smali | 23 # Check that the outer loop suspend check environment only has the parameter vreg.
|
/art/cmdline/ |
D | cmdline_types.h | 140 jdwp_options->suspend = false; 142 jdwp_options->suspend = true;
|
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 1521 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/ |
D | mterp_mips64.S | 1118 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/ |
D | quick_entrypoints_mips.S | 651 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/ |
D | quick_entrypoints_arm.S | 442 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
|