Searched defs:graph_zone (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ | ||
D | wasm-compiler.h | 46 Zone* graph_zone() { return graph_zone_.get(); } in graph_zone() function |
D | bytecode-graph-builder.h | 174 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function |
D | ast-graph-builder.h | 145 Zone* graph_zone() { return graph()->zone(); } in graph_zone() function |
D | pipeline.cc | 175 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData |
D | simplified-lowering.cc | 2169 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector |
D | wasm-compiler.cc | 3192 base::SmartPointer<Zone> graph_zone(graph_zone_.Detach()); in ExecuteCompilation() local |