Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc92 static constexpr uint32_t kMaxSupportedMethodIndex = 0xffffu; variable
2251 if (index >= num_method_ids || index > kMaxSupportedMethodIndex) { in AddMethod()
2253 << ", max: " << kMaxSupportedMethodIndex; in AddMethod()
2732 std::min<uint32_t>(kMaxSupportedMethodIndex + 1u, num_method_ids); in ReadMethods()