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

/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1636 ExternalReference new_space_allocation_top = local
1642 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1645 mov(Operand::StaticVariable(new_space_allocation_top), object);
3343 ExternalReference new_space_allocation_top = local
3350 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top));
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc1599 ExternalReference new_space_allocation_top = local
1605 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1608 mov(Operand::StaticVariable(new_space_allocation_top), object);
3303 ExternalReference new_space_allocation_top = local
3310 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top));
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc1944 ExternalReference new_space_allocation_top =
1951 mov(scratch, Operand(new_space_allocation_top));
1957 mov(scratch, Operand(new_space_allocation_top));
3929 ExternalReference new_space_allocation_top =
3935 mov(ip, Operand(new_space_allocation_top));
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc1520 ExternalReference new_space_allocation_top = local
1528 Mov(scratch2, new_space_allocation_top);
3488 ExternalReference new_space_allocation_top = local
3495 Mov(scratch, new_space_allocation_top);
3501 Mov(scratch, new_space_allocation_top);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc4542 ExternalReference new_space_allocation_top = local
4547 Operand top_operand = ExternalOperand(new_space_allocation_top);
5285 ExternalReference new_space_allocation_top = local
5293 cmpp(scratch_reg, ExternalOperand(new_space_allocation_top));
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc3451 ExternalReference new_space_allocation_top = local
3458 li(scratch, Operand(new_space_allocation_top));
3464 li(scratch, Operand(new_space_allocation_top));
5931 ExternalReference new_space_allocation_top = local
5936 li(at, Operand(new_space_allocation_top));
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc3360 ExternalReference new_space_allocation_top =
3367 li(scratch, Operand(new_space_allocation_top));
3373 li(scratch, Operand(new_space_allocation_top));
5916 ExternalReference new_space_allocation_top = local
5921 li(at, Operand(new_space_allocation_top));

Completed in 346 milliseconds