Searched defs:new_space_allocation_top (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc1801 ExternalReference new_space_allocation_top = local
1810 __ mov(r4, Operand(new_space_allocation_top));
1822 // Update new_space_allocation_top.
/external/chromium_org/v8/src/ia32/
H A Dstub-cache-ia32.cc1881 ExternalReference new_space_allocation_top = local
1888 __ mov(ecx, Operand::StaticVariable(new_space_allocation_top));
1901 __ mov(Operand::StaticVariable(new_space_allocation_top), ecx);
H A Dmacro-assembler-ia32.cc1808 ExternalReference new_space_allocation_top = local
1814 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1817 mov(Operand::StaticVariable(new_space_allocation_top), object);
3661 ExternalReference new_space_allocation_top = local
3668 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top));
/external/chromium_org/v8/src/mips/
H A Dstub-cache-mips.cc1788 ExternalReference new_space_allocation_top = local
1798 __ li(t3, Operand(new_space_allocation_top));
1808 // Update new_space_allocation_top.
H A Dmacro-assembler-mips.cc3017 ExternalReference new_space_allocation_top = local
3024 li(scratch, Operand(new_space_allocation_top));
3030 li(scratch, Operand(new_space_allocation_top));
5643 ExternalReference new_space_allocation_top = local
5648 li(at, Operand(new_space_allocation_top));
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc1809 ExternalReference new_space_allocation_top = local
1816 __ Load(rcx, new_space_allocation_top);
1831 __ Store(new_space_allocation_top, rcx);
H A Dmacro-assembler-x64.cc4243 ExternalReference new_space_allocation_top = local
4248 Operand top_operand = ExternalOperand(new_space_allocation_top);
5013 ExternalReference new_space_allocation_top = local
5021 cmpq(scratch_reg, ExternalOperand(new_space_allocation_top));
/external/v8/src/ia32/
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);
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);
/external/v8/src/arm/
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/mips/
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.
/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);

Completed in 256 milliseconds