Home
last modified time | relevance | path

Searched refs:AllocationFolding (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.h29 enum class AllocationFolding { kDoAllocationFolding, kDontAllocationFolding }; enum
78 AllocationFolding allocation_folding =
79 AllocationFolding::kDontAllocationFolding,
133 AllocationFolding allocation_folding_;
Dmemory-optimizer.h33 MemoryLowering::AllocationFolding allocation_folding,
Dmemory-lowering.cc63 AllocationFolding allocation_folding, in MemoryLowering()
139 DCHECK_IMPLIES(allocation_folding_ == AllocationFolding::kDoAllocationFolding, in ReduceAllocateRaw()
237 allocation_folding_ == AllocationFolding::kDoAllocationFolding) { in ReduceAllocateRaw()
Dmemory-optimizer.cc184 MemoryLowering::AllocationFolding allocation_folding, in MemoryOptimizer()
Dpipeline.cc1908 ? MemoryLowering::AllocationFolding::kDoAllocationFolding in DECL_PIPELINE_PHASE_CONSTANTS()
1909 : MemoryLowering::AllocationFolding::kDontAllocationFolding, in DECL_PIPELINE_PHASE_CONSTANTS()
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h63 V(AllocationFolding, allocation_folding, 9) \