Home
last modified time | relevance | path

Searched defs:graph_zone (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Dsimplified-lowering-verifier.h104 Zone* graph_zone() const { return graph_->zone(); } in graph_zone() function
Dmemory-lowering.cc76 Zone* MemoryLowering::graph_zone() const { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::MemoryLowering
Dsimplified-lowering.cc4200 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
Dpipeline.cc341 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
Dbytecode-graph-builder.cc391 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::BytecodeGraphBuilder
Dwasm-compiler.cc4350 Zone* WasmGraphBuilder::graph_zone() { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::WasmGraphBuilder