Searched refs:AllocateNode (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | persistent-node.h | 146 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 D | persistent-node.h | 148 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 D | cross-thread-persistent.h | 123 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 D | persistent.h | 81 .AllocateNode(this, &BasicPersistent::Trace)); in BasicPersistent() 250 .AllocateNode(this, &BasicPersistent::Trace)); in Assign()
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | cross-thread-persistent.h | 123 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 D | persistent.h | 78 .AllocateNode(this, &TraceAsRoot)); in BasicPersistent() 249 .AllocateNode(this, &TraceAsRoot)); in Assign()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.h | 54 void AllocateNode(Node* node);
|
H A D | maglev-regalloc.cc | 304 AllocateNode(*node_it_); in AllocateRegisters() 351 void StraightForwardRegisterAllocator::AllocateNode(Node* node) { in AllocateNode() function in v8::internal::maglev::StraightForwardRegisterAllocator
|
Completed in 6 milliseconds