Home | History | Annotate | Download | only in x64

Lines Matching refs:kScratchRegister

145     __ LoadRoot(kScratchRegister, Heap::kUndefinedValueRootIndex);
146 __ movq(Operand(rsp, receiver_offset), kScratchRegister);
323 __ movq(kScratchRegister,
326 __ movq(FieldOperand(rbx, Cell::kValueOffset), kScratchRegister);
785 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
786 __ movq(StackOperand(variable), kScratchRegister);
794 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
795 __ movq(ContextOperand(rsi, variable->index()), kScratchRegister);
1350 __ LoadRoot(kScratchRegister, Heap::kNativeContextMapRootIndex);
1353 __ cmpq(kScratchRegister, FieldOperand(temp, HeapObject::kMapOffset));
3804 __ SmiToIndex(kScratchRegister, tmp, kPointerSizeLog2);