Searched refs:new_space_allocation_top (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dmacro-assembler-arm.cc1541 ExternalReference new_space_allocation_top =
1546 reinterpret_cast<intptr_t>(new_space_allocation_top.address());
1555 mov(topaddr, Operand(new_space_allocation_top));
1622 ExternalReference new_space_allocation_top =
1627 reinterpret_cast<intptr_t>(new_space_allocation_top.address());
1635 mov(topaddr, Operand(new_space_allocation_top));
1683 ExternalReference new_space_allocation_top =
1690 mov(scratch, Operand(new_space_allocation_top));
1696 mov(scratch, Operand(new_space_allocation_top));
H A Dstub-cache-arm.cc1631 ExternalReference new_space_allocation_top = local
1641 __ mov(r7, Operand(new_space_allocation_top));
1653 // Update new_space_allocation_top.
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1099 ExternalReference new_space_allocation_top = local
1108 cmp(result, Operand::StaticVariable(new_space_allocation_top));
1116 mov(result, Operand::StaticVariable(new_space_allocation_top));
1118 mov(scratch, Immediate(new_space_allocation_top));
1131 ExternalReference new_space_allocation_top = local
1136 mov(Operand::StaticVariable(new_space_allocation_top), result_end);
1292 ExternalReference new_space_allocation_top = local
1298 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1301 mov(Operand::StaticVariable(new_space_allocation_top), object);
H A Dstub-cache-ia32.cc1508 ExternalReference new_space_allocation_top = local
1515 __ mov(ecx, Operand::StaticVariable(new_space_allocation_top));
1528 __ mov(Operand::StaticVariable(new_space_allocation_top), ecx);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc3552 ExternalReference new_space_allocation_top = local
3561 Operand top_operand = ExternalOperand(new_space_allocation_top);
3571 LoadAddress(scratch, new_space_allocation_top);
3574 Load(result, new_space_allocation_top);
3586 ExternalReference new_space_allocation_top = local
3594 Store(new_space_allocation_top, result_end);
3751 ExternalReference new_space_allocation_top = local
3756 Operand top_operand = ExternalOperand(new_space_allocation_top);
H A Dstub-cache-x64.cc1471 ExternalReference new_space_allocation_top =
1478 __ Load(rcx, new_space_allocation_top);
1493 __ Store(new_space_allocation_top, rcx);
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc2924 ExternalReference new_space_allocation_top =
2929 reinterpret_cast<intptr_t>(new_space_allocation_top.address());
2937 li(topaddr, Operand(new_space_allocation_top));
2996 ExternalReference new_space_allocation_top =
3001 reinterpret_cast<intptr_t>(new_space_allocation_top.address());
3008 li(topaddr, Operand(new_space_allocation_top));
3054 ExternalReference new_space_allocation_top =
3061 li(scratch, Operand(new_space_allocation_top));
3067 li(scratch, Operand(new_space_allocation_top));
H A Dstub-cache-mips.cc1629 ExternalReference new_space_allocation_top = local
1641 __ li(t3, Operand(new_space_allocation_top));
1651 // Update new_space_allocation_top.

Completed in 216 milliseconds