Home
last modified time | relevance | path

Searched refs:new_space_allocation_top (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x87/
Dmacro-assembler-x87.cc2977 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local
2988 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3004 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc3130 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local
3141 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3157 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
/external/v8/src/x64/
Dmacro-assembler-x64.cc5469 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local
5480 xorp(scratch_reg, ExternalOperand(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
5496 cmpp(scratch_reg, ExternalOperand(new_space_allocation_top)); in TestJSArrayForAllocationMemento()