Searched defs:ARG_SLOT_SIZE (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S29 #define ARG_SLOT_SIZE 32 // space for a0-a3 plus 4 more words define
36 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
37 * Reserves FRAME_SIZE_SAVE_ALL_CALLEE_SAVES + ARG_SLOT_SIZE bytes on the stack
89 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
90 .cfi_adjust_cfa_offset ARG_SLOT_SIZE
99 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
100 * Reserves FRAME_SIZE_SAVE_REFS_ONLY + ARG_SLOT_SIZE bytes on the stack
136 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
137 .cfi_adjust_cfa_offset ARG_SLOT_SIZE
141 addiu $sp, $sp, ARG_SLOT_SIZE # remov
[all...]

Completed in 27 milliseconds