HomeSort by relevance Sort by last modified time
    Searched refs:new_space_allocation_top (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ia32/
macro-assembler-ia32.cc 730 ExternalReference new_space_allocation_top = local
739 cmp(result, Operand::StaticVariable(new_space_allocation_top));
747 mov(result, Operand::StaticVariable(new_space_allocation_top));
750 mov(Operand(scratch), Immediate(new_space_allocation_top));
763 ExternalReference new_space_allocation_top = local
768 mov(Operand::StaticVariable(new_space_allocation_top), result_end);
865 ExternalReference new_space_allocation_top = local
871 cmp(object, Operand::StaticVariable(new_space_allocation_top));
874 mov(Operand::StaticVariable(new_space_allocation_top), object);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 848 ExternalReference new_space_allocation_top = local
850 mov(scratch1, Operand(new_space_allocation_top));
900 ExternalReference new_space_allocation_top = local
902 mov(scratch1, Operand(new_space_allocation_top));
944 ExternalReference new_space_allocation_top = local
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 2226 ExternalReference new_space_allocation_top = local
2261 ExternalReference new_space_allocation_top = local
2371 ExternalReference new_space_allocation_top = local
    [all...]

Completed in 701 milliseconds