Home
last modified time | relevance | path

Searched defs:AllocateNode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/cppgc/internal/
Dpersistent-node.h148 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() function
192 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() function
/third_party/node/deps/v8/src/maglev/
Dmaglev-regalloc.cc351 void StraightForwardRegisterAllocator::AllocateNode(Node* node) { in AllocateNode() function in v8::internal::maglev::StraightForwardRegisterAllocator