Searched refs:rSUSPEND (Results 1 - 4 of 4) sorted by relevance

/art/runtime/arch/arm/
H A Dasm_support_arm.h23 #define rSUSPEND r4 macro
H A Dquick_entrypoints_arm.S806 * Called by managed code when the value in rSUSPEND has been decremented to 0.
811 mov rSUSPEND, #SUSPEND_CHECK_INTERVAL @ reset rSUSPEND to SUSPEND_CHECK_INTERVAL
/art/runtime/arch/mips/
H A Dasm_support_mips.h23 #define rSUSPEND $s0 macro
H A Dquick_entrypoints_mips.S63 * Does not include rSUSPEND or rSELF
845 * Called by managed code when the value in rSUSPEND has been decremented to 0.
852 addi rSUSPEND, $zero, SUSPEND_CHECK_INTERVAL # reset rSUSPEND to SUSPEND_CHECK_INTERVAL

Completed in 161 milliseconds