Lines Matching refs:bytes
163 void AllocateStackSpace(Register bytes) { Sub64(sp, sp, bytes); }
165 void AllocateStackSpace(int bytes) {
166 DCHECK_GE(bytes, 0);
167 if (bytes == 0) return;
168 Sub64(sp, sp, Operand(bytes));
363 // Calculate how much stack space (in bytes) are required to store caller
370 // Push caller saved registers on the stack, and return the number of bytes
376 // bytes stack pointer is adjusted.
1333 // Ensure that dd-ed labels following this instruction use 8 bytes aligned