Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtype_lookup_table.cc35 if (UNLIKELY(!SupportedSize(num_class_defs))) { in Create()
148 return SupportedSize(num_class_defs) ? RoundUpToPowerOfTwo(num_class_defs) * sizeof(Entry) : 0u; in RawDataLength()
152 return SupportedSize(num_class_defs) ? MinimumBitsToStore(num_class_defs - 1u) : 0u; in CalculateMaskBits()
155 bool TypeLookupTable::SupportedSize(uint32_t num_class_defs) { in SupportedSize() function in art::TypeLookupTable
Dtype_lookup_table.h162 static bool SupportedSize(uint32_t num_class_defs);