Home
last modified time | relevance | path

Searched refs:allocation_limit (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/x87/
Dmacro-assembler-x87.cc1405 ExternalReference allocation_limit = in Allocate() local
1417 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1433 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1482 ExternalReference allocation_limit = in Allocate() local
1494 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1519 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1557 ExternalReference allocation_limit = in Allocate() local
1569 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1584 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1442 ExternalReference allocation_limit = in Allocate() local
1454 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1470 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1519 ExternalReference allocation_limit = in Allocate() local
1531 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1556 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1594 ExternalReference allocation_limit = in Allocate() local
1606 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1621 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc3371 Register allocation_limit = scratch2; in Allocate() local
3376 Ldp(result, allocation_limit, MemOperand(top_address)); in Allocate()
3385 Ldr(allocation_limit, MemOperand(top_address, limit - top)); in Allocate()
3394 Ccmp(scratch3, allocation_limit, CFlag, cc); in Allocate()
3442 Register allocation_limit = scratch2; in Allocate() local
3447 Ldp(result, allocation_limit, MemOperand(top_address)); in Allocate()
3456 Ldr(allocation_limit, MemOperand(top_address, limit - top)); in Allocate()
3475 Ccmp(scratch3, allocation_limit, CFlag, cc); in Allocate()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4378 ExternalReference allocation_limit = in MakeSureDoubleAlignedHelper() local
4380 cmpp(result, ExternalOperand(allocation_limit)); in MakeSureDoubleAlignedHelper()
4444 ExternalReference allocation_limit = in Allocate() local
4454 Operand limit_operand = ExternalOperand(allocation_limit); in Allocate()
4520 ExternalReference allocation_limit = in Allocate() local
4527 Operand limit_operand = ExternalOperand(allocation_limit); in Allocate()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1753 ExternalReference allocation_limit = in Allocate() local
1759 reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
1868 ExternalReference allocation_limit = in Allocate() local
1873 reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3221 ExternalReference allocation_limit = in Allocate() local
3227 reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
3298 ExternalReference allocation_limit = in Allocate() local
3303 reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3290 ExternalReference allocation_limit = in Allocate() local
3296 reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
3378 ExternalReference allocation_limit = in Allocate() local
3383 reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()