Lines Matching refs:scratch
130 Register scratch) {
135 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingValue));
136 __ PushMultipleTimes(scratch, LiveEdit::kFramePaddingInitialSize);
137 __ Mov(scratch, Smi::FromInt(LiveEdit::kFramePaddingInitialSize));
138 __ Push(scratch);
156 DCHECK((scratch.Bit() & object_regs) == 0);
157 DCHECK((scratch.Bit() & non_object_regs) == 0);
166 __ Lsr(scratch, reg, 32);
167 __ SmiTagAndPush(scratch, reg);
206 __ Pop(scratch, reg);
207 __ Bfxil(reg, scratch, 32, 32);
221 __ Mov(scratch, after_break_target);
222 __ Ldr(scratch, MemOperand(scratch));
223 __ Br(scratch);
350 Register scratch = temps.AcquireX();
352 __ Mov(scratch, restarter_frame_function_slot);
353 __ Str(xzr, MemOperand(scratch));
365 __ Ldr(scratch, FieldMemOperand(x1, JSFunction::kSharedFunctionInfoOffset));
366 __ Ldr(scratch, FieldMemOperand(scratch, SharedFunctionInfo::kCodeOffset));
367 __ Add(scratch, scratch, Code::kHeaderSize - kHeapObjectTag);
370 __ Br(scratch);