Home
last modified time | relevance | path

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

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