Home | History | Annotate | Download | only in arm64

Lines Matching refs:scratch

80               value) {  // One scratch reg.
174 Register scratch)
177 scratch0_(scratch),
180 DCHECK(!AreAliased(scratch, object, address));
183 // registers, but we don't bother saving MacroAssembler scratch registers.
187 // We would like to require more scratch registers for this stub,
190 // We allocate 2 extra scratch registers that we'll save on the stack.
192 CPURegList used_regs(object, address, scratch);
197 // The scratch registers will be restored by other means so we don't need
206 // a scratch register.
264 // We also remove MacroAssembler's scratch registers.