Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc85 static constexpr size_t kMaxExtraDescriptorLength = std::numeric_limits<uint16_t>::max(); variable
696 if (UNLIKELY(descriptor_view.size() > kMaxExtraDescriptorLength)) { in FindOrCreateTypeIndex()
1217 DCHECK_LE(extra_descriptor.size(), kMaxExtraDescriptorLength); in AddExtraDescriptor()