Searched refs:slots (Results 1 – 4 of 4) sorted by relevance
/art/test/626-checker-arm64-scratch-register/ |
D | info.txt | 2 exhausted during moves between stack slots (b/32545705).
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 85 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/ |
D | RegisterAllocator.smali | 58 # Test that wide catch phis are allocated to two stack slots.
|
/art/compiler/optimizing/ |
D | nodes.h | 449 void UpdateTemporariesVRegSlots(size_t slots) { in UpdateTemporariesVRegSlots() argument 450 temporaries_vreg_slots_ = std::max(slots, temporaries_vreg_slots_); in UpdateTemporariesVRegSlots()
|