Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dvalue-numbering-reducer.cc52 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Dwasm-compiler.h53 Zone* graph_zone() { return graph_zone_.get(); } in graph_zone() function
Dbytecode-graph-builder.h241 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
Dast-graph-builder.h138 Zone* graph_zone() { return graph()->zone(); } in graph_zone() function
Dsimplified-lowering.cc2820 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
Dpipeline.cc201 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
Dwasm-compiler.cc4072 std::unique_ptr<Zone> graph_zone(graph_zone_.release()); in ExecuteCompilation() local