/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles_test.cc | 233 graph_cycles.RemoveNode(ptr(node)); in TEST() 337 graph_cycles.RemoveNode(ptr(node)); in TEST() 438 TEST_F(GraphCyclesTest, RemoveNode) { in TEST_F() argument 443 g_.RemoveNode(g_.Ptr(id_[3])); in TEST_F()
|
D | graphcycles.h | 74 void RemoveNode(void* ptr);
|
D | graphcycles.cc | 437 void GraphCycles::RemoveNode(void* ptr) { in RemoveNode() function in absl::synchronization_internal::GraphCycles
|
/third_party/node/deps/v8/src/execution/ |
D | futex-emulation.cc | 34 void RemoveNode(FutexWaitListNode* node); 177 g_wait_list.Pointer()->RemoveNode(node); in NotifyAsyncWaiter() 215 void FutexWaitList::RemoveNode(FutexWaitListNode* node) { in RemoveNode() function in v8::internal::FutexWaitList 494 g_wait_list.Pointer()->RemoveNode(node); in WaitSync() 733 g_wait_list.Pointer()->RemoveNode(old_node); in Wake() 864 g_wait_list.Pointer()->RemoveNode(node); in HandleAsyncWaiterTimeout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 198 bool RemoveNode(Node *N); 432 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } in RemoveNode() function
|
/third_party/node/deps/v8/src/compiler/ |
D | schedule.cc | 378 block->RemoveNode(block->begin() + node_pos); in EliminateRedundantPhiNodes() 403 from->RemoveNode(from->begin() + i); in MovePhis()
|
D | schedule.h | 103 void RemoveNode(iterator it) { nodes_.erase(it); } in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.cc | 187 true_block->RemoveNode(true_block->begin()); in OptimizeControlFlow() 189 false_block->RemoveNode(false_block->begin()); in OptimizeControlFlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 375 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEInfo.cpp | 100 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 132 type Change = ReplaceWithSingleNode | ReplaceWithMultipleNodes | RemoveNode | ChangeText; 146 interface RemoveNode extends BaseChange { interface
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1426 deadlock_graph->RemoveNode(this); in ForgetDeadlockInfo()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | symbols_x64_rel.def | 651 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
|
D | symbols_arm64_rel.def | 646 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
|
D | symbols_x86_rel.def | 648 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QAEXPAX@Z
|
D | symbols_x64_rel_asan.def | 664 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
|
D | symbols_x86_dbg.def | 2324 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QAEXPAX@Z
|
D | symbols_x64_dbg.def | 2330 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
|
D | symbols_arm64_dbg.def | 2328 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 478 SE->UniqueSCEVs.RemoveNode(this); in deleted() 486 SE->UniqueSCEVs.RemoveNode(this); in allUsesReplacedWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 900 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()
|