Home
last modified time | relevance | path

Searched refs:AllocateNode (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h146 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceRootCallback trace) { in AllocateNode() function in cppgc::internal::final
190 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceRootCallback trace) { in AllocateNode() function in cppgc::internal::final
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpersistent-node.h148 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() function in cppgc::internal::final
192 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() function in cppgc::internal::final
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h123 SetNode(region.AllocateNode(this, &Trace)); in BasicCrossThreadPersistent()
141 SetNode(region.AllocateNode(this, &Trace)); in BasicCrossThreadPersistent()
381 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignUnsafe()
401 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignSafe()
H A Dpersistent.h81 .AllocateNode(this, &BasicPersistent::Trace)); in BasicPersistent()
250 .AllocateNode(this, &BasicPersistent::Trace)); in Assign()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h123 SetNode(region.AllocateNode(this, &TraceAsRoot)); in BasicCrossThreadPersistent()
141 SetNode(region.AllocateNode(this, &TraceAsRoot)); in BasicCrossThreadPersistent()
382 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &TraceAsRoot)); in AssignUnsafe()
402 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &TraceAsRoot)); in AssignSafe()
H A Dpersistent.h78 .AllocateNode(this, &TraceAsRoot)); in BasicPersistent()
249 .AllocateNode(this, &TraceAsRoot)); in Assign()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.h54 void AllocateNode(Node* node);
H A Dmaglev-regalloc.cc304 AllocateNode(*node_it_); in AllocateRegisters()
351 void StraightForwardRegisterAllocator::AllocateNode(Node* node) { in AllocateNode() function in v8::internal::maglev::StraightForwardRegisterAllocator

Completed in 6 milliseconds