Home
last modified time | relevance | path

Searched refs:graph_zone (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
30 Zone* graph_zone() const { return graph_zone_; } in NON_EXPORTED_BASE()
Dvalue-numbering-reducer.cc52 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
57 graph_zone_(graph_zone) {} in ValueNumberingReducer()
Dbytecode-graph-builder.h241 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
Dsimplified-lowering.cc304 op_typer_(jsgraph->isolate(), graph_zone()) { in RepresentationSelector()
443 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
492 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
534 Type::Intersect(current_type, integer, graph_zone()); in Weaken()
536 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()
554 graph_zone()); in Weaken()
1241 right_feedback_type, graph_zone())) { in VisitSpeculativeAdditiveOp()
2820 Zone* graph_zone() { return jsgraph_->zone(); } in graph_zone() function in v8::internal::compiler::RepresentationSelector
Dpipeline.cc201 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
486 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper)); in AddReducer()
739 AstLoopAssignmentAnalyzer analyzer(data->graph_zone(), data->info()); in Run()
Dwasm-compiler.h53 Zone* graph_zone() { return graph_zone_.get(); } in graph_zone() function
Dast-graph-builder.h138 Zone* graph_zone() { return graph()->zone(); } in graph_zone() function
Dwasm-compiler.cc4035 jsgraph_(new (graph_zone()) JSGraph( in WasmCompilationUnit()
4036 isolate, new (graph_zone()) Graph(graph_zone()), in WasmCompilationUnit()
4037 new (graph_zone()) CommonOperatorBuilder(graph_zone()), nullptr, in WasmCompilationUnit()
4038 nullptr, new (graph_zone()) MachineOperatorBuilder( in WasmCompilationUnit()
4039 graph_zone(), MachineType::PointerRepresentation(), in WasmCompilationUnit()
4072 std::unique_ptr<Zone> graph_zone(graph_zone_.release()); in ExecuteCompilation() local
Dbytecode-graph-builder.cc2355 control->AppendInput(graph_zone(), other); in MergeControl()
2360 control->AppendInput(graph_zone(), other); in MergeControl()
2378 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect()
2395 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
Dast-graph-builder.cc3133 control->AppendInput(graph_zone(), other); in MergeControl()
3138 control->AppendInput(graph_zone(), other); in MergeControl()
3155 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect()
3171 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()