Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h187 kFlagLastRegular = 1 << 2, enumerator
756 : MethodHotness::kFlagLastRegular); in ComputeBitmapBits()
Dprofile_compilation_info.cc2270 : MethodHotness::kFlagLastRegular; in ForMethodBitmapHotnessFlags()
2316 static_assert(ProfileCompilationInfo::MethodHotness::kFlagLastRegular == 1 << 2);
2703 if (!is_for_boot_image && method_flags >= (MethodHotness::kFlagLastRegular << 1)) { in ReadMethods()
Dprofile_compilation_info_test.cc223 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastRegular));