Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h46 Zone* graph_zone() { return graph_zone_.get(); } in graph_zone() function
Dbytecode-graph-builder.h174 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
Dast-graph-builder.h145 Zone* graph_zone() { return graph()->zone(); } in graph_zone() function
Dpipeline.cc175 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
Dsimplified-lowering.cc2169 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
Dwasm-compiler.cc3192 base::SmartPointer<Zone> graph_zone(graph_zone_.Detach()); in ExecuteCompilation() local