Home
last modified time | relevance | path

Searched refs:RemoveNode (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc233 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()
Dgraphcycles.h74 void RemoveNode(void* ptr);
Dgraphcycles.cc437 void GraphCycles::RemoveNode(void* ptr) { in RemoveNode() function in absl::synchronization_internal::GraphCycles
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc34 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/
DFoldingSet.h198 bool RemoveNode(Node *N);
432 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } in RemoveNode() function
/third_party/node/deps/v8/src/compiler/
Dschedule.cc378 block->RemoveNode(block->begin() + node_pos); in EliminateRedundantPhiNodes()
403 from->RemoveNode(from->begin() + i); in MovePhis()
Dschedule.h103 void RemoveNode(iterator it) { nodes_.erase(it); } in NON_EXPORTED_BASE()
Draw-machine-assembler.cc187 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/
DFoldingSet.cpp375 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/
DCSEInfo.cpp100 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr()
/third_party/typescript/src/services/
DtextChanges.ts132 type Change = ReplaceWithSingleNode | ReplaceWithMultipleNodes | RemoveNode | ChangeText;
146 interface RemoveNode extends BaseChange { interface
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1426 deadlock_graph->RemoveNode(this); in ForgetDeadlockInfo()
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_x64_rel.def651 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
Dsymbols_arm64_rel.def646 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
Dsymbols_x86_rel.def648 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QAEXPAX@Z
Dsymbols_x64_rel_asan.def664 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
Dsymbols_x86_dbg.def2324 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QAEXPAX@Z
Dsymbols_x64_dbg.def2330 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
Dsymbols_arm64_dbg.def2328 ?RemoveNode@GraphCycles@synchronization_internal@absl@@QEAAXPEAX@Z
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp478 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/
DSelectionDAG.cpp900 Erased = CSEMap.RemoveNode(N); in RemoveNodeFromCSEMaps()