Home
last modified time | relevance | path

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

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