Lines Matching refs:scratch_reg
6736 Register scratch_reg, in TestJSArrayForAllocationMemento() argument
6746 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
6749 Addu(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
6752 Xor(scratch_reg, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
6753 And(scratch_reg, scratch_reg, Operand(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
6754 Branch(&top_check, eq, scratch_reg, Operand(zero_reg)); in TestJSArrayForAllocationMemento()
6758 Addu(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
6759 Xor(scratch_reg, scratch_reg, Operand(receiver_reg)); in TestJSArrayForAllocationMemento()
6760 And(scratch_reg, scratch_reg, Operand(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
6761 Branch(no_memento_found, ne, scratch_reg, Operand(zero_reg)); in TestJSArrayForAllocationMemento()
6767 Addu(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
6770 Branch(no_memento_found, gt, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
6773 lw(scratch_reg, MemOperand(receiver_reg, kMementoMapOffset)); in TestJSArrayForAllocationMemento()
6774 Branch(no_memento_found, ne, scratch_reg, in TestJSArrayForAllocationMemento()