/third_party/node/deps/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-verifier.cc | 116 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()
|
D | memory-lowering.cc | 76 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()
|
D | simplified-lowering-verifier.h | 104 Zone* graph_zone() const { return graph_->zone(); } in graph_zone() function
|
D | memory-lowering.h | 120 inline Zone* graph_zone() const;
|
D | simplified-lowering.cc | 353 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 …]
|
D | bytecode-graph-builder.cc | 391 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()
|
D | wasm-compiler.h | 552 Zone* graph_zone();
|
D | pipeline.cc | 341 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()
|
D | wasm-compiler.cc | 4350 Zone* WasmGraphBuilder::graph_zone() { return graph()->zone(); } in graph_zone() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/ |
D | graph-builder-interface.cc | 1696 FunctionSig::Builder real_sig_builder(builder_->graph_zone(), return_count, in DoCall() 1753 FunctionSig::Builder real_sig_builder(builder_->graph_zone(), in DoReturnCall()
|