HomeSort by relevance Sort by last modified time
    Searched refs:m_StubPool (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 28 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
36 m_StubPool.push_back(pPrototype);
112 for (StubPoolType::const_iterator it = m_StubPool.begin(),
113 ie = m_StubPool.end(); it != ie; ++it) {
121 for (StubPoolType::const_iterator it = m_StubPool.begin(),
122 ie = m_StubPool.end(); it != ie; ++it) {
  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 58 StubPoolType m_StubPool; // stub pool

Completed in 77 milliseconds