Lines Matching refs:scratch_reg
3837 Register scratch_reg, in TestJSArrayForAllocationMemento() argument
3847 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
3850 add(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3853 eor(scratch_reg, scratch_reg, Operand(ip)); in TestJSArrayForAllocationMemento()
3854 tst(scratch_reg, Operand(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
3859 add(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3860 eor(scratch_reg, scratch_reg, Operand(receiver_reg)); in TestJSArrayForAllocationMemento()
3861 tst(scratch_reg, Operand(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
3868 add(scratch_reg, receiver_reg, Operand(kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3871 cmp(scratch_reg, ip); in TestJSArrayForAllocationMemento()
3875 ldr(scratch_reg, MemOperand(receiver_reg, kMementoMapOffset)); in TestJSArrayForAllocationMemento()
3876 cmp(scratch_reg, Operand(isolate()->factory()->allocation_memento_map())); in TestJSArrayForAllocationMemento()