Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h210 kFlagLastRegular = 1 << 2, enumerator
629 : MethodHotness::kFlagLastRegular); in ComputeBitmapBits()
Dprofile_compilation_info.cc2039 : MethodHotness::kFlagLastRegular; in SetMethodHotness()
2058 : MethodHotness::kFlagLastRegular; in GetHotnessInfo()
2083 static_assert(ProfileCompilationInfo::MethodHotness::kFlagLastRegular == 1 << 2);
Dprofile_compilation_info_test.cc45 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastRegular));