Home
last modified time | relevance | path

Searched refs:PRETENURE_OLD_POINTER_SPACE (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dmacro-assembler.h31 PRETENURE_OLD_POINTER_SPACE = 1 << 4, enumerator
179 if ((flags & PRETENURE_OLD_POINTER_SPACE) != 0) { in GetAllocationTopReference()
191 if ((flags & PRETENURE_OLD_POINTER_SPACE) != 0) { in GetAllocationLimitReference()
/external/v8/src/x87/
Dmacro-assembler-x87.cc1411 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
1488 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
1563 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
Dlithium-codegen-x87.cc5742 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1448 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
1525 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
1600 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
Dlithium-codegen-ia32.cc5148 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1788 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
1902 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
Dlithium-codegen-arm.cc5350 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3323 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
3410 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in Allocate()
Dlithium-codegen-mips.cc5315 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4369 DCHECK((flags & PRETENURE_OLD_POINTER_SPACE) == 0); in MakeSureDoubleAlignedHelper()
Dlithium-codegen-x64.cc5327 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc1566 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc5346 flags = static_cast<AllocationFlags>(flags | PRETENURE_OLD_POINTER_SPACE); in DoAllocate()