Searched refs:m_table (Results 1 – 7 of 7) sorted by relevance
101 m_table = new ClassDef (); in class_table()131 return m_table; in class_table()140 m_table.setMagic (magic); in magic()155 m_table.setVersion (new int [] {major_version, minor_version}); in version()164 final IConstantCollection constants = m_table.getConstants(); in constant_pool()183 m_table.setAccessFlags (_access_flags); in access_flags()192 m_table.setThisClassIndex (_class_index); in this_class()201 m_table.setSuperClassIndex (_class_index); in super_class()215 m_table.getInterfaces().add (_interface_index); in interfaces()225 final IConstantCollection constantPool = m_table.getConstants (); in fields()[all …]
102 private HashEntry[] m_table; field in ExpandedNameTable123 m_table = new HashEntry[m_capacity]; in ExpandedNameTable()138 m_table[i] = new HashEntry(m_defaultExtendedTypes[i], i, i, null); in initExtendedTypes()199 for (HashEntry e = m_table[index]; e != null; e = e.next) in getExpandedTypeID()233 HashEntry entry = new HashEntry(newET, m_nextType, hash, m_table[index]); in getExpandedTypeID()234 m_table[index] = entry; in getExpandedTypeID()248 HashEntry[] oldTable = m_table; in rehash()254 m_table = new HashEntry[newCapacity]; in rehash()266 e.next = m_table[newIndex]; in rehash()267 m_table[newIndex] = e; in rehash()
353 if (m_table && proc == m_packColorProc && m_transPixel == transparentPixel) { in buildTable()354 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable()355 || m_table->operator[](transparentPixel) == SK_ColorTRANSPARENT); in buildTable()358 return m_table; in buildTable()383 m_table = sk_sp<SkColorTable>(new SkColorTable(colorStorage, SK_MAX_COLORS)); in buildTable()384 return m_table; in buildTable()
193 mutable sk_sp<SkColorTable> m_table; variable
323 if (m_table && proc == m_packColorProc && m_transPixel == transparentPixel) { in buildTable()324 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable()325 || m_table->operator[](transparentPixel) == SK_ColorTRANSPARENT); in buildTable()328 return m_table; in buildTable()353 m_table = sk_sp<SkColorTable>(new SkColorTable(colorStorage, SK_MAX_COLORS)); in buildTable()354 return m_table; in buildTable()
191 mutable sk_sp<SkColorTable> m_table; variable
125 const auto& m_table = context_->storage->stack_profile_mapping_table(); in ComputeTable() local192 uint32_t map_row = m_table.id().IndexOf(map_id).value(); in ComputeTable()220 context_->storage->GetString(m_table.name()[map_row]); in ComputeTable()