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 | 89 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/ |
D | RegisterAllocator.smali | 58 # Test that wide catch phis are allocated to two stack slots.
|
/art/compiler/optimizing/ |
D | nodes.h | 472 void UpdateTemporariesVRegSlots(size_t slots) { in UpdateTemporariesVRegSlots() argument 473 temporaries_vreg_slots_ = std::max(slots, temporaries_vreg_slots_); in UpdateTemporariesVRegSlots()
|