Searched refs:slots (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S36 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
85 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
95 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
132 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
137 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
215 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
225 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
235 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
242 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
247 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots o
[all...]
/art/compiler/optimizing/
H A Dnodes.h410 void UpdateTemporariesVRegSlots(size_t slots) { argument
411 temporaries_vreg_slots_ = std::max(slots, temporaries_vreg_slots_);
578 // Number of vreg size slots that the temporaries use (used in baseline compiler).

Completed in 72 milliseconds