Home
last modified time | relevance | path

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

/art/runtime/arch/mips/
Dquick_entrypoints_mips.S29 #define ARG_SLOT_SIZE 32 // space for a0-a3 plus 4 more words macro
86 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
87 .cfi_adjust_cfa_offset ARG_SLOT_SIZE
134 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
135 .cfi_adjust_cfa_offset ARG_SLOT_SIZE
139 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
140 .cfi_adjust_cfa_offset -ARG_SLOT_SIZE
226 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
227 .cfi_adjust_cfa_offset ARG_SLOT_SIZE
243 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
[all …]