Searched refs:m_pNodesAlloc (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp18 m_pNodesAlloc = new Node* [10];
19 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i);
43 m_pNodesAlloc[i]->setValue(m_pNodesAlloc[i]->getInitialValue());
44 m_pNodeList.push_back(m_pNodesAlloc[i]);
H A DGCFactoryListTraitsTest.h91 Node **m_pNodesAlloc; member in class:mcldtest::GCFactoryListTraitsTest

Completed in 85 milliseconds