Home
last modified time | relevance | path

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

/art/profman/
Dboot_image_profile.cc72 hotness.AddFlag(Hotness::kFlagHot); in GenerateBootImageProfile()
Dprofman.cc901 flags |= ProfileCompilationInfo::MethodHotness::kFlagHot; in ProcessLine()
Dprofile_assistant_test.cc124 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
/art/runtime/jit/
Dprofile_compilation_info_test.cc71 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
964 info.AddMethodsForDex(static_cast<Hotness::Flag>(Hotness::kFlagHot | Hotness::kFlagStartup), in TEST_F()
1066 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
1088 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
1123 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
1132 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
Dprofile_compilation_info.h179 kFlagHot = 0x1, enumerator
185 return (flags_ & kFlagHot) != 0; in IsHot()
Dprofile_compilation_info.cc1845 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile()
1905 uint32_t flags = MethodHotness::kFlagHot; in GenerateTestProfile()
1984 if ((flags & MethodHotness::kFlagHot) != 0) { in AddMethod()
2015 ret.AddFlag(MethodHotness::kFlagHot); in GetHotnessInfo()
Dprofile_saver.cc434 uint8_t flags = Hotness::kFlagHot; in FetchAndCacheResolvedClassesAndMethods()
/art/compiler/driver/
Dcompiler_driver_test.cc248 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
250 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
/art/dex2oat/
Ddex2oat_image_test.cc327 uint32_t flags = ProfileCompilationInfo::MethodHotness::kFlagHot | in TEST_F()
/art/dexlayout/
Ddexlayout_test.cc350 flags |= ProfileCompilationInfo::MethodHotness::kFlagHot; in CreateProfile()