Home
last modified time | relevance | path

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

/third_party/node/deps/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-verifier.cc116 Type::Intersect(input_type, Type::Signed32(), graph_zone()); in VisitNode()
119 graph_zone()); in VisitNode()
222 input_type = Type::Intersect(input_type, Type::BigInt(), graph_zone()); in VisitNode()
Dmemory-lowering.cc76 Zone* MemoryLowering::graph_zone() const { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::MemoryLowering
114 graph_zone(), descriptor, descriptor.GetStackParameterCount(), in EnsureAllocateOperator()
474 node->InsertInput(graph_zone(), 1, offset); in ReduceLoadField()
558 node->InsertInput(graph_zone(), 1, offset); in ReduceStoreField()
Dsimplified-lowering-verifier.h104 Zone* graph_zone() const { return graph_->zone(); } in graph_zone() function
Dmemory-lowering.h120 inline Zone* graph_zone() const;
Dsimplified-lowering.cc353 op_typer_(broker, graph_zone()), in RepresentationSelector()
431 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
449 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
466 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
471 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
476 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
515 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone()); in UpdateFeedbackType()
554 Type current_integer = Type::Intersect(current_type, integer, graph_zone()); in Weaken()
557 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()
576 graph_zone()); in Weaken()
[all …]
Dbytecode-graph-builder.cc391 Zone* graph_zone() const { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::BytecodeGraphBuilder
4348 control->AppendInput(graph_zone(), other); in MergeControl()
4353 control->AppendInput(graph_zone(), other); in MergeControl()
4370 value->InsertInput(graph_zone(), inputs - 1, other); in MergeEffect()
4386 value->InsertInput(graph_zone(), inputs - 1, other); in MergeValue()
Dwasm-compiler.h552 Zone* graph_zone();
Dpipeline.cc341 Zone* graph_zone() const { return graph_zone_; } in graph_zone() function in v8::internal::compiler::PipelineData
986 data->graph_zone()->New<SourcePositionWrapper>( in AddReducer()
992 data->graph_zone()->New<NodeOriginsWrapper>(reducer, in AddReducer()
Dwasm-compiler.cc4350 Zone* WasmGraphBuilder::graph_zone() { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc1696 FunctionSig::Builder real_sig_builder(builder_->graph_zone(), return_count, in DoCall()
1753 FunctionSig::Builder real_sig_builder(builder_->graph_zone(), in DoReturnCall()