Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
32 Zone* graph_zone() const { return graph_zone_; } in NON_EXPORTED_BASE()
Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
22 graph_zone_(graph_zone) {} in ValueNumberingReducer()
Dsimplified-lowering.cc309 op_typer_(jsgraph->isolate(), js_heap_broker, graph_zone()) { in RepresentationSelector()
449 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
467 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
484 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
490 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
529 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
568 Type current_integer = Type::Intersect(current_type, integer, graph_zone()); in Weaken()
571 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()
590 graph_zone()); in Weaken()
1346 right_feedback_type, graph_zone())) { in VisitSpeculativeIntegerAdditiveOp()
[all …]
Dbytecode-graph-builder.h308 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
Dwasm-compiler.cc5133 Zone graph_zone(wasm_unit_->wasm_engine_->allocator(), ZONE_NAME); in ExecuteCompilation() local
5134 MachineGraph* mcgraph = new (&graph_zone) in ExecuteCompilation()
5135 MachineGraph(new (&graph_zone) Graph(&graph_zone), in ExecuteCompilation()
5136 new (&graph_zone) CommonOperatorBuilder(&graph_zone), in ExecuteCompilation()
5137 new (&graph_zone) MachineOperatorBuilder( in ExecuteCompilation()
5138 &graph_zone, MachineType::PointerRepresentation(), in ExecuteCompilation()
5153 ? new (&graph_zone) in ExecuteCompilation()
Dpipeline.cc253 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
739 void* const buffer = data->graph_zone()->New(sizeof(SourcePositionWrapper)); in AddReducer()
745 void* const buffer = data->graph_zone()->New(sizeof(NodeOriginsWrapper)); in AddReducer()
Dbytecode-graph-builder.cc3485 control->AppendInput(graph_zone(), other); in MergeControl()
3490 control->AppendInput(graph_zone(), other); in MergeControl()
3507 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect()
3523 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()