/third_party/ninja/src/ |
H A D | graph_test.cc | 36 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 42 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F() 54 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out"), NULL, &err)); in TEST_F() 58 EXPECT_TRUE(GetNode("out")->dirty()); in TEST_F() 74 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F() 79 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F() 97 EXPECT_TRUE(scan_.RecomputeDirty(GetNode("out.o"), NULL, &err)); in TEST_F() 103 EXPECT_TRUE(GetNode("out.o")->dirty()); in TEST_F() 110 Edge* edge = GetNode("out")->in_edge(); in TEST_F() 115 EXPECT_EQ(edge, GetNode("ou in TEST_F() [all...] |
H A D | deps_log_test.cc | 51 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F() 52 deps.push_back(state1.GetNode("bar.h", 0)); in TEST_F() 53 log1.RecordDeps(state1.GetNode("out.o", 0), 1, deps); in TEST_F() 56 deps.push_back(state1.GetNode("foo.h", 0)); in TEST_F() 57 deps.push_back(state1.GetNode("bar2.h", 0)); in TEST_F() 58 log1.RecordDeps(state1.GetNode("out2.o", 0), 2, deps); in TEST_F() 60 DepsLog::Deps* log_deps = log1.GetDeps(state1.GetNode("out.o", 0)); in TEST_F() 84 DepsLog::Deps* log_deps = log2.GetDeps(state2.GetNode("out2.o", 0)); in TEST_F() 106 deps.push_back(state1.GetNode(buf, 0)); in TEST_F() 108 log1.RecordDeps(state1.GetNode("ou in TEST_F() [all...] |
H A D | state_test.cc | 43 EXPECT_FALSE(state.GetNode("in1", 0)->dirty()); in TEST() 44 EXPECT_FALSE(state.GetNode("in2", 0)->dirty()); in TEST() 45 EXPECT_FALSE(state.GetNode("out", 0)->dirty()); in TEST()
|
H A D | disk_interface_test.cc | 300 Node* out = GetNode("out");
in TEST_F() 316 Node* out = GetNode("out");
in TEST_F() 324 ASSERT_TRUE(GetNode("out")->dirty());
in TEST_F() 326 ASSERT_TRUE(GetNode("mid")->dirty());
in TEST_F() 336 Node* out = GetNode("out");
in TEST_F() 344 ASSERT_TRUE(GetNode("mid1")->dirty());
in TEST_F() 357 Node* out = GetNode("out");
in TEST_F() 363 ASSERT_FALSE(GetNode("in")->dirty());
in TEST_F() 364 ASSERT_TRUE(GetNode("mid")->dirty());
in TEST_F() 365 ASSERT_TRUE(GetNode("ou in TEST_F() [all...] |
H A D | state.cc | 96 Node* State::GetNode(StringPiece path, uint64_t slash_bits) { in GetNode() function in State 130 Node* node = GetNode(path, slash_bits); in AddIn() 137 Node* node = GetNode(path, slash_bits); in AddOut() 148 Node* node = GetNode(path, slash_bits); in AddValidation()
|
H A D | build_test.cc | 62 GetNode("mid")->MarkDirty();
in TEST_F() 63 GetNode("out")->MarkDirty();
in TEST_F() 65 EXPECT_TRUE(plan_.AddTarget(GetNode("out"), &err));
in TEST_F() 98 GetNode("mid1")->MarkDirty();
in TEST_F() 99 GetNode("mid2")->MarkDirty();
in TEST_F() 100 GetNode("out")->MarkDirty();
in TEST_F() 102 EXPECT_TRUE(plan_.AddTarget(GetNode("out"), &err));
in TEST_F() 129 GetNode("a1")->MarkDirty();
in TEST_F() 130 GetNode("a2")->MarkDirty();
in TEST_F() 131 GetNode("b in TEST_F() [all...] |
H A D | manifest_parser_test.cc | 89 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1104 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1127 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1139 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1151 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F() 1163 Edge* edge = state.GetNode("result", 0)->in_edge(); in TEST_F()
|
H A D | dyndep_parser.cc | 209 Node* n = state_->GetNode(path, slash_bits); in ParseEdge() 221 Node* n = state_->GetNode(path, slash_bits); in ParseEdge()
|
H A D | test.cc | 95 Node* StateTestWithBuiltinRules::GetNode(const string& path) {
in GetNode() function in StateTestWithBuiltinRules 97 return state_.GetNode(path, 0);
in GetNode()
|
H A D | test.h | 38 Node* GetNode(const std::string& path);
|
H A D | state.h | 104 Node* GetNode(StringPiece path, uint64_t slash_bits);
|
H A D | missing_deps.cc | 56 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps()
|
H A D | deps_log.cc | 235 // have a correct slash_bits that GetNode will look up), or it is an in Load() 238 Node* node = state->GetNode(subpath, 0); in Load()
|
H A D | manifest_parser.cc | 414 edge->dyndep_ = state_->GetNode(dyndep, slash_bits); in ParseEdge()
|
H A D | build.cc | 993 deps_nodes->push_back(state_->GetNode(*i, ~0u));
in ExtractDeps() 1026 deps_nodes->push_back(state_->GetNode(*i, slash_bits));
in ExtractDeps()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/ |
H A D | replace_identifier.cc | 40 node_id_map.GetNode(message_.use_id())); in IsApplicable() 56 tint::As<ast::Variable>(node_id_map.GetNode(message_.replacement_id())); in IsApplicable() 87 const auto* use_node = node_id_map.GetNode(message_.use_id()); in Apply() 89 tint::As<ast::Variable>(node_id_map.GetNode(message_.replacement_id())); in Apply()
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | cross-thread-persistent.h | 94 region.FreeNode(GetNode()); in ~BasicCrossThreadPersistent() 97 CPPGC_DCHECK(!GetNode()); in ~BasicCrossThreadPersistent() 213 GetNode()->UpdateOwner(this); in operator =() 372 region.FreeNode(GetNode()); in AssignUnsafe() 375 CPPGC_DCHECK(!GetNode()); in AssignUnsafe() 396 region.FreeNode(GetNode()); in AssignSafe()
|
H A D | persistent.h | 34 PersistentNode* GetNode() const { return node_; } in GetNode() function in cppgc::internal::PersistentBase 111 GetNode()->UpdateOwner(this); in move() 150 GetNode()->UpdateOwner(this); 201 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Clear() 244 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Assign() 256 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in ClearFromGC()
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | persistent.h | 31 PersistentNode* GetNode() const { return node_; } in GetNode() function in cppgc::internal::PersistentBase 108 GetNode()->UpdateOwner(this); in move() 148 GetNode()->UpdateOwner(this); 201 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Clear() 243 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in Assign() 255 WeaknessPolicy::GetPersistentRegion(GetValue()).FreeNode(GetNode()); in ClearFromGC()
|
H A D | cross-thread-persistent.h | 94 region.FreeNode(GetNode()); in ~BasicCrossThreadPersistent() 97 CPPGC_DCHECK(!GetNode()); in ~BasicCrossThreadPersistent() 214 GetNode()->UpdateOwner(this); in operator =() 373 region.FreeNode(GetNode()); in AssignUnsafe() 376 CPPGC_DCHECK(!GetNode()); in AssignUnsafe() 397 region.FreeNode(GetNode()); in AssignSafe()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | node_id_map.h | 57 const ast::Node* GetNode(IdType id) const;
|
H A D | node_id_map.cc | 36 const ast::Node* NodeIdMap::GetNode(IdType id) const { in GetNode() function in tint::fuzzers::ast_fuzzer::NodeIdMap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 155 const SDNode *GetNode() const { in GetNode() function in llvm::ScheduleDAGSDNodes::RegDefIter
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 647 const HeapGraphNode* GetNode(int index) const;
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 644 const HeapGraphNode* GetNode(int index) const;
|