/external/grpc-grpc/test/cpp/end2end/ |
D | thread_stress_test.cc | 264 void SetUp() override { common_.SetUp(); } in SetUp() 265 void TearDown() override { common_.TearDown(); } in TearDown() 266 void ResetStub() { common_.ResetStub(); } in ResetStub() 268 Common common_; member in grpc::testing::End2endTest 307 this->common_.ResetStub(); in TYPED_TEST() 313 threads.emplace_back(SendRpc, this->common_.GetStub(), kNumRpcs, in TYPED_TEST() 314 this->common_.AllowExhaustion(), &errors); in TYPED_TEST() 324 if (this->common_.AllowExhaustion()) { in TYPED_TEST() 334 void SetUp() override { common_.SetUp(); } in SetUp() 340 common_.TearDown(); in TearDown() [all …]
|
/external/v8/src/compiler/ |
D | machine-graph.h | 27 : graph_(graph), common_(common), machine_(machine), cache_(zone()) {} in NON_EXPORTED_BASE() 75 return Dead_ ? Dead_ : Dead_ = graph_->NewNode(common_->Dead()); in NON_EXPORTED_BASE() 78 CommonOperatorBuilder* common() const { return common_; } in NON_EXPORTED_BASE() 85 CommonOperatorBuilder* common_; in NON_EXPORTED_BASE() local
|
D | loop-peeling.cc | 223 Node* dead = graph_->NewNode(common_->Dead()); in Peel() 248 graph_->NewNode(common_->Merge(backedges), backedges, &inputs[0]); in Peel() 260 const Operator* op = common_->ResizeMergeOrPhi(node->op(), backedges); in Peel() 286 NodeProperties::ChangeOp(exit, common_->Merge(2)); in Peel() 292 exit, common_->Phi(MachineRepresentation::kTagged, 2)); in Peel() 297 NodeProperties::ChangeOp(exit, common_->EffectPhi(2)); in Peel()
|
D | control-flow-optimizer.h | 44 CommonOperatorBuilder* common() const { return common_; } in common() 49 CommonOperatorBuilder* const common_; variable
|
D | loop-peeling.h | 41 common_(common), in LoopPeeler() 55 CommonOperatorBuilder* const common_; variable
|
D | decompression-optimizer.h | 104 CommonOperatorBuilder* common() const { return common_; } in common() 108 CommonOperatorBuilder* const common_; variable
|
D | dead-code-elimination.h | 74 CommonOperatorBuilder* common() const { return common_; } in NON_EXPORTED_BASE() 78 CommonOperatorBuilder* const common_; in NON_EXPORTED_BASE() local
|
D | common-operator-reducer.h | 52 CommonOperatorBuilder* common() const { return common_; } in NON_EXPORTED_BASE() 58 CommonOperatorBuilder* const common_; in NON_EXPORTED_BASE() local
|
D | int64-lowering.h | 56 CommonOperatorBuilder* common() const { return common_; } in common() 88 CommonOperatorBuilder* common_; variable
|
D | loop-variable-optimizer.h | 118 CommonOperatorBuilder* common() { return common_; } in common() 122 CommonOperatorBuilder* common_; variable
|
D | memory-lowering.h | 120 CommonOperatorBuilder* common() const { return common_; } in common() 128 CommonOperatorBuilder* common_; variable
|
D | dead-code-elimination.cc | 22 common_(common), in DeadCodeElimination() 251 Node* throw_node = graph_->NewNode(common_->Throw(), effect, control); in ReduceEffectPhi() 252 NodeProperties::MergeControlToEnd(graph_, common_, throw_node); in ReduceEffectPhi()
|
D | control-flow-optimizer.cc | 23 common_(common), in ControlFlowOptimizer()
|
D | decompression-optimizer.cc | 49 common_(common), in DecompressionOptimizer()
|
D | raw-machine-assembler.cc | 28 common_(zone()), in RawMachineAssembler() 37 graph->SetStart(graph->NewNode(common_.Start(param_count + 1))); in RawMachineAssembler() 46 graph->SetEnd(graph->NewNode(common_.End(0))); in RawMachineAssembler()
|
D | pipeline.cc | 173 common_ = graph_zone_->New<CommonOperatorBuilder>(graph_zone_); in PipelineData() 175 jsgraph_ = graph_zone_->New<JSGraph>(isolate_, graph_, common_, javascript_, in PipelineData() 202 common_(mcgraph->common()), in PipelineData() 247 common_ = jsgraph->common(); in PipelineData() 255 common_ = graph_zone_->New<CommonOperatorBuilder>(graph_zone_); in PipelineData() 257 jsgraph_ = graph_zone_->New<JSGraph>(isolate_, graph_, common_, in PipelineData() 324 CommonOperatorBuilder* common() const { return common_; } in common() 439 common_ = nullptr; in DeleteGraphZone() 598 CommonOperatorBuilder* common_ = nullptr; member in v8::internal::compiler::PipelineData
|
D | loop-variable-optimizer.cc | 29 common_(common), in LoopVariableOptimizer()
|
D | graph-assembler.cc | 69 CommonOperatorBuilder* common_; member in v8::internal::compiler::GraphAssembler::BasicBlockUpdater 99 common_(common), in BasicBlockUpdater()
|
D | common-operator-reducer.cc | 48 common_(common), in CommonOperatorReducer()
|
D | memory-lowering.cc | 56 common_(jsgraph->common()), in MemoryLowering()
|
D | raw-machine-assembler.h | 66 CommonOperatorBuilder* common() { return &common_; } in common() 1059 CommonOperatorBuilder common_; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 1133 common_() {} in Hunk() 1138 ++common_; in PushLine() 1178 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader() 1184 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader() 1190 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon39ca2eab0211::Hunk
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 1177 common_() {} in Hunk() 1182 ++common_; in PushLine() 1222 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader() 1228 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader() 1234 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon461fa3120211::Hunk
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 1140 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::__anonc3a453670211::Hunk
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 1269 common_() {} in Hunk() 1274 ++common_; in PushLine() 1314 *ss << "-" << left_start_ << "," << (removes_ + common_); in PrintHeader() 1320 *ss << "+" << right_start_ << "," << (adds_ + common_); in PrintHeader() 1326 size_t adds_, removes_, common_; member in testing::internal::edit_distance::__anon4b2a16dc0511::Hunk
|