Searched defs:new_space_allocation_top (Results 1 - 5 of 5) 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/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 95 milliseconds