Searched defs:new_space_allocation_limit (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/ia32/
H A Dstub-cache-ia32.cc1510 ExternalReference new_space_allocation_limit = local
1524 __ cmp(ecx, Operand::StaticVariable(new_space_allocation_limit));
H A Dmacro-assembler-ia32.cc1171 ExternalReference new_space_allocation_limit = local
1179 cmp(top_reg, Operand::StaticVariable(new_space_allocation_limit));
1225 ExternalReference new_space_allocation_limit = local
1233 cmp(result_end, Operand::StaticVariable(new_space_allocation_limit));
1271 ExternalReference new_space_allocation_limit = local
1278 cmp(result_end, Operand::StaticVariable(new_space_allocation_limit));
/external/v8/src/arm/
H A Dstub-cache-arm.cc1633 ExternalReference new_space_allocation_limit = local
1646 __ mov(r9, Operand(new_space_allocation_limit));
/external/v8/src/mips/
H A Dstub-cache-mips.cc1632 ExternalReference new_space_allocation_limit = local
1645 __ li(t5, Operand(new_space_allocation_limit));
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc3625 ExternalReference new_space_allocation_limit = local
3635 Operand limit_operand = ExternalOperand(new_space_allocation_limit);
3682 ExternalReference new_space_allocation_limit = local
3690 Operand limit_operand = ExternalOperand(new_space_allocation_limit);
3729 ExternalReference new_space_allocation_limit = local
3736 Operand limit_operand = ExternalOperand(new_space_allocation_limit);

Completed in 57 milliseconds