Home
last modified time | relevance | path

Searched defs:AddNode (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.cc15 void InstructionScheduler::SchedulingQueueBase::AddNode( in AddNode() function in v8::internal::compiler::InstructionScheduler::SchedulingQueueBase
/third_party/node/src/
Dmemory_tracker-inl.h302 MemoryRetainerNode* MemoryTracker::AddNode(const MemoryRetainer* retainer, in AddNode() function
322 MemoryRetainerNode* MemoryTracker::AddNode(const char* node_name, in AddNode() function
Dheap_utils.cc93 Node* AddNode(std::unique_ptr<Node> node) override { in AddNode() function in node::heap::JSGraph
/third_party/node/deps/v8/src/compiler/
Dschedule.cc57 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); } in AddNode() function in v8::internal::compiler::BasicBlock
210 void Schedule::AddNode(BasicBlock* block, Node* node) { in AddNode() function in v8::internal::compiler::Schedule
Dgraph-assembler.h413 TNode<T> AddNode(Node* node) { in AddNode() function
Dgraph-assembler.cc584 Node* GraphAssembler::AddNode(Node* node) { in AddNode() function in v8::internal::compiler::GraphAssembler
Draw-machine-assembler.cc855 Node* RawMachineAssembler::AddNode(const Operator* op, int input_count, in AddNode() function in v8::internal::compiler::RawMachineAssembler
Draw-machine-assembler.h1074 Node* AddNode(const Operator* op) { in AddNode() function
1079 Node* AddNode(const Operator* op, Node* n1, TArgs... args) { in AddNode() function
/third_party/typescript/src/services/codefixes/
Dhelpers.ts38 …type AddNode = PropertyDeclaration | GetAccessorDeclaration | SetAccessorDeclaration | MethodDecla… alias
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc199 void FutexWaitList::AddNode(FutexWaitListNode* node) { in AddNode() function in v8::internal::FutexWaitList
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc435 EmbedderNode* AddNode(const HeapObjectHeader& header) { in AddNode() function in v8::internal::CppGraphBuilderImpl
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1140 void AddNode(CordRep* node) { in AddNode() function in absl::CordForest
/third_party/node/deps/v8/src/torque/
Dast.h217 T* AddNode(std::unique_ptr<T> node) { in AddNode() function
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2408 Node* AddNode(std::unique_ptr<Node> node) final { in AddNode() function in v8::internal::EmbedderGraphImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15279 SDValue &AddNode, in isMulAddWithConstProfitable()