Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Dbytecode-graph-builder.h308 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
Dsimplified-lowering.cc3275 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
Dpipeline.cc253 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
Dwasm-compiler.cc5133 Zone graph_zone(wasm_unit_->wasm_engine_->allocator(), ZONE_NAME); in ExecuteCompilation() local