Home
last modified time | relevance | path

Searched refs:new_space_allocation_limit (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1171 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
1179 cmp(top_reg, Operand::StaticVariable(new_space_allocation_limit)); in AllocateInNewSpace()
1225 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
1233 cmp(result_end, Operand::StaticVariable(new_space_allocation_limit)); in AllocateInNewSpace()
1271 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
1278 cmp(result_end, Operand::StaticVariable(new_space_allocation_limit)); in AllocateInNewSpace()
Dstub-cache-ia32.cc1510 ExternalReference new_space_allocation_limit = in CompileArrayPushCall() local
1524 __ cmp(ecx, Operand::StaticVariable(new_space_allocation_limit)); in CompileArrayPushCall()
/external/v8/src/x64/
Dmacro-assembler-x64.cc3625 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
3635 Operand limit_operand = ExternalOperand(new_space_allocation_limit); in AllocateInNewSpace()
3682 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
3690 Operand limit_operand = ExternalOperand(new_space_allocation_limit); in AllocateInNewSpace()
3729 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
3736 Operand limit_operand = ExternalOperand(new_space_allocation_limit); in AllocateInNewSpace()
Dstub-cache-x64.cc1473 ExternalReference new_space_allocation_limit = in CompileArrayPushCall() local
1488 masm()->ExternalOperand(new_space_allocation_limit); in CompileArrayPushCall()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1543 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
1548 reinterpret_cast<intptr_t>(new_space_allocation_limit.address()); in AllocateInNewSpace()
1624 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
1629 reinterpret_cast<intptr_t>(new_space_allocation_limit.address()); in AllocateInNewSpace()
Dstub-cache-arm.cc1633 ExternalReference new_space_allocation_limit = in CompileArrayPushCall() local
1646 __ mov(r9, Operand(new_space_allocation_limit)); in CompileArrayPushCall()
/external/v8/src/mips/
Dmacro-assembler-mips.cc2926 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
2931 reinterpret_cast<intptr_t>(new_space_allocation_limit.address()); in AllocateInNewSpace()
2998 ExternalReference new_space_allocation_limit = in AllocateInNewSpace() local
3003 reinterpret_cast<intptr_t>(new_space_allocation_limit.address()); in AllocateInNewSpace()
Dstub-cache-mips.cc1632 ExternalReference new_space_allocation_limit = in CompileArrayPushCall() local
1645 __ li(t5, Operand(new_space_allocation_limit)); in CompileArrayPushCall()