Searched refs:allocation_limit (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1405 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/ |
D | macro-assembler-ia32.cc | 1442 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/ |
D | macro-assembler-arm64.cc | 3371 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/ |
D | macro-assembler-x64.cc | 4378 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/ |
D | macro-assembler-arm.cc | 1753 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/ |
D | macro-assembler-mips64.cc | 3221 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/ |
D | macro-assembler-mips.cc | 3290 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()
|