Home
last modified time | relevance | path

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

/art/profman/
Dboot_image_profile.cc73 hotness.AddFlag(Hotness::kFlagHot); in GenerateBootImageProfile()
Dprofman.cc965 flags |= ProfileCompilationInfo::MethodHotness::kFlagHot; in ProcessLine()
Dprofile_assistant_test.cc126 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
/art/dex2oat/driver/
Dcompiler_driver_test.cc206 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
208 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc48 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
733 info.AddMethodsForDex(static_cast<Hotness::Flag>(Hotness::kFlagHot | Hotness::kFlagStartup), in TEST_F()
835 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
857 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
892 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
901 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
Dprofile_compilation_info.h184 kFlagHot = 0x1, enumerator
190 return (flags_ & kFlagHot) != 0; in IsHot()
Dprofile_compilation_info.cc1984 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile()
2045 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile()
2122 if ((flags & MethodHotness::kFlagHot) != 0) { in AddMethod()
2152 ret.AddFlag(MethodHotness::kFlagHot); in GetHotnessInfo()
/art/dex2oat/
Ddex2oat_image_test.cc260 uint32_t flags = ProfileCompilationInfo::MethodHotness::kFlagHot | in TEST_F()
Ddex2oat_test.cc1360 static_cast<Hotness::Flag>(Hotness::kFlagHot | Hotness::kFlagStartup), in TEST_F()
/art/runtime/jit/
Dprofiling_info_test.cc70 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
Dprofile_saver.cc458 uint8_t flags = Hotness::kFlagHot; in FetchAndCacheResolvedClassesAndMethods()
/art/dexlayout/
Ddexlayout_test.cc353 flags |= ProfileCompilationInfo::MethodHotness::kFlagHot; in CreateProfile()