Home
last modified time | relevance | path

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

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