Home
last modified time | relevance | path

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

/art/test/626-checker-arm64-scratch-register/
Dinfo.txt2 exhausted during moves between stack slots (b/32545705).
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S89 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
136 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
141 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
255 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
273 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
295 addiu $sp, $sp, ARG_SLOT_SIZE # Remove argument slots from the stack.
446 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
467 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
660 addiu $sp, $sp, -16 # make space for argument slots for memcpy
882 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
[all …]
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali58 # Test that wide catch phis are allocated to two stack slots.
/art/compiler/optimizing/
Dnodes.h466 void UpdateTemporariesVRegSlots(size_t slots) { in UpdateTemporariesVRegSlots() argument
467 temporaries_vreg_slots_ = std::max(slots, temporaries_vreg_slots_); in UpdateTemporariesVRegSlots()