Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dscavenge-job.cc55 size_t allocation_limit = kAverageIdleTimeMs * scavenge_speed_in_bytes_per_ms; in ReachedIdleAllocationLimit() local
58 allocation_limit = in ReachedIdleAllocationLimit()
59 Min(allocation_limit, in ReachedIdleAllocationLimit()
64 allocation_limit = allocation_limit < kBytesAllocatedBeforeNextIdleTask in ReachedIdleAllocationLimit()
66 : allocation_limit - kBytesAllocatedBeforeNextIdleTask; in ReachedIdleAllocationLimit()
68 allocation_limit = Max(allocation_limit, kMinAllocationLimit); in ReachedIdleAllocationLimit()
70 return allocation_limit <= new_space_size; in ReachedIdleAllocationLimit()
/external/v8/src/x87/
Dmacro-assembler-x87.cc1289 ExternalReference allocation_limit = in Allocate() local
1300 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1316 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1365 ExternalReference allocation_limit = in Allocate() local
1376 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1401 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1439 ExternalReference allocation_limit = in Allocate() local
1450 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1465 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1323 ExternalReference allocation_limit = in Allocate() local
1334 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1350 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1399 ExternalReference allocation_limit = in Allocate() local
1410 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1435 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1473 ExternalReference allocation_limit = in Allocate() local
1484 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1499 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4629 ExternalReference allocation_limit = in MakeSureDoubleAlignedHelper() local
4631 cmpp(result, ExternalOperand(allocation_limit)); in MakeSureDoubleAlignedHelper()
4695 ExternalReference allocation_limit = in Allocate() local
4705 Operand limit_operand = ExternalOperand(allocation_limit); in Allocate()
4771 ExternalReference allocation_limit = in Allocate() local
4778 Operand limit_operand = ExternalOperand(allocation_limit); in Allocate()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1722 ExternalReference allocation_limit = in Allocate() local
1726 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
1827 ExternalReference allocation_limit = in Allocate() local
1830 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1511 ExternalReference allocation_limit = in Allocate() local
1515 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
1606 ExternalReference allocation_limit = in Allocate() local
1609 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3287 ExternalReference allocation_limit = in Allocate() local
3291 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
3369 ExternalReference allocation_limit = in Allocate() local
3372 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3730 ExternalReference allocation_limit = in Allocate() local
3734 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()
3803 ExternalReference allocation_limit = in Allocate() local
3806 intptr_t limit = reinterpret_cast<intptr_t>(allocation_limit.address()); in Allocate()