Home
last modified time | relevance | path

Searched refs:ReduceAllocateRaw (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-escape-analysis.cc17 return ReduceAllocateRaw(node); in Reduce()
23 Reduction WasmEscapeAnalysis::ReduceAllocateRaw(Node* node) { in ReduceAllocateRaw() function in v8::internal::compiler::WasmEscapeAnalysis
Dmemory-lowering.h91 Reduction ReduceAllocateRaw(Node* node, AllocationType allocation_type,
106 Reduction ReduceAllocateRaw(Node* node);
Dwasm-escape-analysis.h33 Reduction ReduceAllocateRaw(Node* call);
Dmemory-lowering.cc85 return ReduceAllocateRaw(node); in Reduce()
135 Reduction MemoryLowering::ReduceAllocateRaw( in ReduceAllocateRaw() function in v8::internal::compiler::MemoryLowering
630 Reduction MemoryLowering::ReduceAllocateRaw(Node* node) { in ReduceAllocateRaw() function in v8::internal::compiler::MemoryLowering
633 return ReduceAllocateRaw(node, allocation.allocation_type(), in ReduceAllocateRaw()
Dmemory-optimizer.cc301 Reduction reduction = memory_lowering()->ReduceAllocateRaw( in VisitAllocateRaw()