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

/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/chromium_org/v8/src/arm/
H A Dstub-cache-arm.cc1909 ExternalReference new_space_allocation_top = local
1918 __ mov(r7, Operand(new_space_allocation_top));
1930 // Update new_space_allocation_top.
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1504 ExternalReference new_space_allocation_top = local
1510 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1513 mov(Operand::StaticVariable(new_space_allocation_top), object);
3229 ExternalReference new_space_allocation_top = local
3236 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top));
H A Dstub-cache-ia32.cc1901 ExternalReference new_space_allocation_top = local
1908 __ mov(ecx, Operand::StaticVariable(new_space_allocation_top));
1921 __ mov(Operand::StaticVariable(new_space_allocation_top), ecx);
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc3076 ExternalReference new_space_allocation_top =
3083 li(scratch, Operand(new_space_allocation_top));
3089 li(scratch, Operand(new_space_allocation_top));
5529 ExternalReference new_space_allocation_top = local
5534 li(at, Operand(new_space_allocation_top));
H A Dstub-cache-mips.cc1928 ExternalReference new_space_allocation_top = local
1938 __ li(t3, Operand(new_space_allocation_top));
1948 // Update new_space_allocation_top.
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc1812 ExternalReference new_space_allocation_top = local
1819 __ Load(rcx, new_space_allocation_top);
1834 __ Store(new_space_allocation_top, rcx);
H A Dmacro-assembler-x64.cc3970 ExternalReference new_space_allocation_top = local
3975 Operand top_operand = ExternalOperand(new_space_allocation_top);
4685 ExternalReference new_space_allocation_top = local
4693 cmpq(scratch_reg, ExternalOperand(new_space_allocation_top));
/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 204 milliseconds