Searched refs:graph_zone (Results 1 – 10 of 10) 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() 30 Zone* graph_zone() const { return graph_zone_; } in NON_EXPORTED_BASE()
|
D | value-numbering-reducer.cc | 52 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument 57 graph_zone_(graph_zone) {} in ValueNumberingReducer()
|
D | bytecode-graph-builder.h | 241 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function
|
D | simplified-lowering.cc | 304 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
|
D | pipeline.cc | 201 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()
|
D | wasm-compiler.cc | 4035 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
|
D | ast-graph-builder.h | 138 Zone* graph_zone() { return graph()->zone(); } in graph_zone() function
|
D | wasm-compiler.h | 53 Zone* graph_zone() { return graph_zone_.get(); } in graph_zone() function
|
D | bytecode-graph-builder.cc | 2355 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()
|
D | ast-graph-builder.cc | 3133 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()
|