Lines Matching refs:scratch_reg
3217 Register scratch_reg, in TestJSArrayForAllocationMemento() argument
3227 JumpIfNotInNewSpace(receiver_reg, scratch_reg, no_memento_found); in TestJSArrayForAllocationMemento()
3230 lea(scratch_reg, Operand(receiver_reg, kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3231 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3232 test(scratch_reg, Immediate(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
3237 lea(scratch_reg, Operand(receiver_reg, kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3238 xor_(scratch_reg, receiver_reg); in TestJSArrayForAllocationMemento()
3239 test(scratch_reg, Immediate(~Page::kPageAlignmentMask)); in TestJSArrayForAllocationMemento()
3246 lea(scratch_reg, Operand(receiver_reg, kMementoEndOffset)); in TestJSArrayForAllocationMemento()
3247 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3251 mov(scratch_reg, Operand(receiver_reg, kMementoMapOffset)); in TestJSArrayForAllocationMemento()
3252 cmp(scratch_reg, Immediate(isolate()->factory()->allocation_memento_map())); in TestJSArrayForAllocationMemento()