Lines Matching refs:scratch_reg
7074 Register scratch_reg, in TestJSArrayForAllocationMemento() argument
7084 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
7087 Daddu(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
7090 Xor(scratch_reg, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
7091 And(scratch_reg, scratch_reg, Operand(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
7092 Branch(&top_check, eq, scratch_reg, Operand(zero_reg)); in TestJSArrayForAllocationMemento()
7096 Daddu(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
7097 Xor(scratch_reg, scratch_reg, Operand(receiver_reg)); in TestJSArrayForAllocationMemento()
7098 And(scratch_reg, scratch_reg, Operand(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
7099 Branch(no_memento_found, ne, scratch_reg, Operand(zero_reg)); in TestJSArrayForAllocationMemento()
7105 Daddu(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
7108 Branch(no_memento_found, gt, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento()
7111 ld(scratch_reg, MemOperand(receiver_reg, kMementoMapOffset)); in TestJSArrayForAllocationMemento()
7112 Branch(no_memento_found, ne, scratch_reg, in TestJSArrayForAllocationMemento()