Searched defs:graph_zone (Results 1 – 5 of 5) sorted by relevance
17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
308 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
3275 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
253 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
5133 Zone graph_zone(wasm_unit_->wasm_engine_->allocator(), ZONE_NAME); in ExecuteCompilation() local