Searched refs:AllocateNode (Results 1 – 5 of 5) sorted by relevance
/external/v8/include/cppgc/ |
D | cross-thread-persistent.h | 49 SetNode(region.AllocateNode(this, &Trace)); in PersistentBase() 236 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in Assign() 254 SetNode(this->GetPersistentRegion(ptr).AllocateNode(this, &Trace)); in AssignUnsafe()
|
D | persistent.h | 78 .AllocateNode(this, &BasicPersistent::Trace)); in PersistentBase() 227 .AllocateNode(this, &BasicPersistent::Trace)); in Assign()
|
/external/v8/include/cppgc/internal/ |
D | persistent-node.h | 86 PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() function
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 441 Node* node = AllocateNode( in AddNode() 452 AllocateNode(node->props_, node, node->class_ == Node::NC_FUNCTION_OP); in CopyNode() 776 Node* Graph::AllocateNode(std::shared_ptr<NodeProperties> props, in AllocateNode() function in tensorflow::Graph
|
D | graph.h | 688 Node* AllocateNode(std::shared_ptr<NodeProperties> props,
|