HomeSort by relevance Sort by last modified time
    Searched full:m_idx (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 197 // by the counter. m_Idx is the counter indicating to the entry being applied.
198 size_t m_Idx;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 37 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
93 assert(m_Idx < m_EntryList.size());
94 m_EntryList[m_Idx]->setValue(pTag, pValue);
95 ++m_Idx;
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 393 unsigned m_idx; member in class:XMM_Opnd
396 XMM_Opnd(unsigned _idx): Opnd(XMM), m_idx(_idx) {};
397 unsigned get_idx( void ) const { return m_idx; };

Completed in 78 milliseconds