Home
last modified time | relevance | path

Searched refs:AllocateNode (Results 1 – 5 of 5) sorted by relevance

/external/v8/include/cppgc/
Dcross-thread-persistent.h49 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()
Dpersistent.h78 .AllocateNode(this, &BasicPersistent::Trace)); in PersistentBase()
227 .AllocateNode(this, &BasicPersistent::Trace)); in Assign()
/external/v8/include/cppgc/internal/
Dpersistent-node.h86 PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() function
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc441 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
Dgraph.h688 Node* AllocateNode(std::shared_ptr<NodeProperties> props,