Home
last modified time | relevance | path

Searched refs:common_ (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dmachine-graph.h27 : graph_(graph), common_(common), machine_(machine), cache_(zone()) {} in MachineGraph()
75 return Dead_ ? Dead_ : Dead_ = graph_->NewNode(common_->Dead()); in Dead()
78 CommonOperatorBuilder* common() const { return common_; } in common()
85 CommonOperatorBuilder* common_; member in v8::internal::compiler::MachineGraph
H A Dloop-peeling.cc135 Node* dead = graph_->NewNode(common_->Dead()); in Peel()
160 graph_->NewNode(common_->Merge(backedges), backedges, &inputs[0]); in Peel()
172 const Operator* op = common_->ResizeMergeOrPhi(node->op(), backedges); in Peel()
198 NodeProperties::ChangeOp(exit, common_->Merge(2)); in Peel()
204 exit, common_->Phi(LoopExitValueRepresentationOf(exit->op()), 2)); in Peel()
209 NodeProperties::ChangeOp(exit, common_->EffectPhi(2)); in Peel()
H A Dcontrol-flow-optimizer.h44 CommonOperatorBuilder* common() const { return common_; } in common()
49 CommonOperatorBuilder* const common_; member in v8::internal::compiler::final
H A Ddecompression-optimizer.h104 CommonOperatorBuilder* common() const { return common_; } in common()
108 CommonOperatorBuilder* const common_; member in v8::internal::compiler::final
H A Dloop-peeling.h41 common_(common), in LoopPeeler()
58 CommonOperatorBuilder* const common_; member in v8::internal::compiler::LoopPeeler
H A Dcommon-operator-reducer.h58 CommonOperatorBuilder* common() const { return common_; } in common()
64 CommonOperatorBuilder* const common_; member in v8::internal::compiler::final
H A Ddead-code-elimination.h74 CommonOperatorBuilder* common() const { return common_; } in common()
78 CommonOperatorBuilder* const common_; member in v8::internal::compiler::final
H A Dint64-lowering.h57 CommonOperatorBuilder* common() const { return common_; } in common()
94 CommonOperatorBuilder* common_; member in v8::internal::compiler::Int64Lowering
H A Dloop-variable-optimizer.h118 CommonOperatorBuilder* common() { return common_; } in common()
122 CommonOperatorBuilder* common_; member in v8::internal::compiler::LoopVariableOptimizer
H A Dmemory-lowering.h121 CommonOperatorBuilder* common() const { return common_; } in common()
130 CommonOperatorBuilder* common_; member in v8::internal::compiler::final
H A Ddead-code-elimination.cc22 common_(common), in DeadCodeElimination()
250 Node* throw_node = graph_->NewNode(common_->Throw(), effect, control); in ReduceEffectPhi()
251 NodeProperties::MergeControlToEnd(graph_, common_, throw_node); in ReduceEffectPhi()
H A Dcontrol-flow-optimizer.cc23 common_(common), in ControlFlowOptimizer()
H A Ddecompression-optimizer.cc49 common_(common), in DecompressionOptimizer()
H A Draw-machine-assembler.cc27 common_(zone()), in RawMachineAssembler()
35 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler()
44 graph->SetEnd(graph->NewNode(common_.End(0))); in RawMachineAssembler()
H A Dpipeline.cc180 common_ = graph_zone_->New<CommonOperatorBuilder>(graph_zone_); in PipelineData()
182 jsgraph_ = graph_zone_->New<JSGraph>(isolate_, graph_, common_, javascript_, in PipelineData()
214 common_(mcgraph->common()), in PipelineData()
226 jsgraph_ = graph_zone_->New<JSGraph>(isolate_, graph_, common_, javascript_, in PipelineData()
269 common_ = jsgraph->common(); in PipelineData()
277 common_ = graph_zone_->New<CommonOperatorBuilder>(graph_zone_); in PipelineData()
279 jsgraph_ = graph_zone_->New<JSGraph>(isolate_, graph_, common_, in PipelineData()
346 CommonOperatorBuilder* common() const { return common_; } in common()
467 common_ = nullptr; in DeleteGraphZone()
626 CommonOperatorBuilder* common_ member in v8::internal::compiler::PipelineData
[all...]
H A Dloop-variable-optimizer.cc29 common_(common), in LoopVariableOptimizer()
H A Dcommon-operator-reducer.cc31 common_(common), in CommonOperatorReducer()
H A Dmemory-lowering.cc69 common_(jsgraph->common()), in MemoryLowering()
/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h49 HasherCommon* common_; member
63 self->common_ = common; in Initialize()
262 self->common_, &data[cur_ix_masked], max_length, dictionary_distance, in FindLongestMatch()
H A Dhash_longest_match_inc.h46 HasherCommon* common_; member
64 self->common_ = common; in Initialize()
257 self->common_, &data[cur_ix_masked], max_length, dictionary_distance, in FindLongestMatch()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match_inc.h46 HasherCommon* common_; member
64 self->common_ = common; in Initialize()
257 self->common_, &data[cur_ix_masked], max_length, dictionary_distance, in FindLongestMatch()
H A Dhash_longest_match64_inc.h49 HasherCommon* common_; member
63 self->common_ = common; in Initialize()
262 self->common_, &data[cur_ix_masked], max_length, dictionary_distance, in FindLongestMatch()
/third_party/googletest/googletest/src/
H A Dgtest.cc1396 common_() {}
1401 ++common_;
1441 *ss << "-" << left_start_ << "," << (removes_ + common_);
1447 *ss << "+" << right_start_ << "," << (adds_ + common_);
1453 size_t adds_, removes_, common_;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1140 common_() {} in Hunk()
1145 ++common_; in PushLine()
1185 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader()
1191 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader()
1197 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon8816::Hunk
/third_party/node/deps/googletest/src/
H A Dgtest.cc1413 common_() {}
1418 ++common_;
1458 *ss << "-" << left_start_ << "," << (removes_ + common_);
1464 *ss << "+" << right_start_ << "," << (adds_ + common_);
1470 size_t adds_, removes_, common_;

Completed in 40 milliseconds

12