Home
last modified time | relevance | path

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

/art/test/083-compiler-regressions/
Dinfo.txt9 2302318 Crash during spin-on-suspend testing
/art/runtime/arch/arm/
Dportable_entrypoints_arm.S43 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
Dquick_entrypoints_arm.S309 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
/art/runtime/jdwp/
Djdwp_socket.cc93 if (options->suspend) { in InitSocketTransport()
Djdwp_main.cc274 if (options->suspend) { in Create()
Djdwp.h105 bool suspend; member
Djdwp_event.cc760 if (options_->suspend) { in PostVMStart()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S497 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval
/art/runtime/
Ddebugger.cc573 gJdwpOptions.suspend = false; in ParseJdwpOption()
575 gJdwpOptions.suspend = true; in ParseJdwpOption()