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

  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 26 m_Size(pSize),
ResolveInfo.cpp 17 : m_Size(0), m_BitField(0) {
27 m_Size = pFrom.m_Size;
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 77 { return m_Size; }
123 { m_Size = size; }
186 uint64_t m_Size;
StringUnorderedMap.h 77 { return m_Size == 0; }
95 size_t m_Size;
110 : m_Capacity(0), m_Size(0), m_HashTable(0)
182 ++m_Size;
183 if(this->m_Size * 4LL >= this->m_Capacity * 3LL) // load factor = 0.75
ResolveInfo.h 122 { m_Size = pSize; }
188 { return m_Size; }
265 SizeType m_Size;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 57 if (0 != m_Size)
58 data = (DataType*)malloc(sizeof(DataType)*m_Size);
68 static size_t size() { return m_Size; }
69 static void setSize(size_t pSize) { m_Size = pSize; }
75 static size_t m_Size;
79 size_t Chunk<DataType, 0>::m_Size = 0;

Completed in 758 milliseconds