Searched defs:graph_zone (Results 1 – 7 of 7) sorted by relevance
17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
104 Zone* graph_zone() const { return graph_->zone(); } in graph_zone() function
76 Zone* MemoryLowering::graph_zone() const { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::MemoryLowering
4200 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
341 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
391 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::BytecodeGraphBuilder
4350 Zone* WasmGraphBuilder::graph_zone() { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::WasmGraphBuilder