Searched refs:graph_zone (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | value-numbering-reducer.h | 19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE() 32 Zone* graph_zone() const { return graph_zone_; } in NON_EXPORTED_BASE()
|
D | value-numbering-reducer.cc | 17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument 22 graph_zone_(graph_zone) {} in ValueNumberingReducer()
|
D | simplified-lowering.cc | 309 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 …]
|
D | bytecode-graph-builder.h | 308 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
|
D | wasm-compiler.cc | 5133 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()
|
D | pipeline.cc | 253 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()
|
D | bytecode-graph-builder.cc | 3485 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()
|