OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUSPEND_CHECK_INTERVAL
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
asm_support.h
22
#define
SUSPEND_CHECK_INTERVAL
(1000)
/art/runtime/arch/arm/
portable_entrypoints_arm.S
43
mov r4, #
SUSPEND_CHECK_INTERVAL
@ reset r4 to suspend check interval
quick_entrypoints_arm.S
270
mov r4, #
SUSPEND_CHECK_INTERVAL
@ reset r4 to suspend check interval
[
all
...]
/art/runtime/arch/mips/
quick_entrypoints_mips.S
425
addiu $s0, $zero,
SUSPEND_CHECK_INTERVAL
# reset s0 to suspend check interval
[
all
...]
Completed in 293 milliseconds