Home
last modified time | relevance | path

Searched refs:pNode (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DInputTree.h253 virtual void move(TreeIteratorBase& pNode) const = 0;
264 virtual void move(TreeIteratorBase& pNode) const { in move()
265 pNode.move<Positional>(); in move()
277 virtual void move(TreeIteratorBase& pNode) const { in move()
278 pNode.move<Inclusive>(); in move()
/frameworks/compile/mclinker/include/mcld/ADT/
DBinTree.h326 void destroyNode(NodeType *pNode) { in destroyNode() argument
327 pNode->left = pNode->right = 0; in destroyNode()
328 pNode->data = 0; in destroyNode()
329 m_Root.deallocate(pNode); in destroyNode()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentGraph.cpp371 bool FragmentGraph::getEdges(FGNode& pNode, EdgeListType& pEdges) in getEdges() argument
377 uint32_t weight = m_pMatrix->at(pNode.getIndex(), node_to.getIndex()); in getEdges()
380 pEdges.push_back(FGEdge(pNode, node_to, weight)); in getEdges()
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentGraph.h67 bool getEdges(FGNode& pNode, EdgeListType& pEdges);