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.S85 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
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
235 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
253 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
258 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
404 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
425 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
617 addiu $sp, $sp, -16 # make space for argument slots for memcpy
835 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.h449 void UpdateTemporariesVRegSlots(size_t slots) { in UpdateTemporariesVRegSlots() argument
450 temporaries_vreg_slots_ = std::max(slots, temporaries_vreg_slots_); in UpdateTemporariesVRegSlots()