Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.cpp17 m_pNodesAlloc = new Node* [10]; in GCFactoryListTraitsTest()
18 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i); in GCFactoryListTraitsTest()
40 m_pNodesAlloc[i]->setValue(m_pNodesAlloc[i]->getInitialValue()); in SetUp()
41 m_pNodeList.push_back(m_pNodesAlloc[i]); in SetUp()
DGCFactoryListTraitsTest.h88 Node** m_pNodesAlloc; variable