Searched refs:kFlagHot (Results 1 – 10 of 10) sorted by relevance
/art/profman/ |
D | boot_image_profile.cc | 72 hotness.AddFlag(Hotness::kFlagHot); in GenerateBootImageProfile()
|
D | profman.cc | 901 flags |= ProfileCompilationInfo::MethodHotness::kFlagHot; in ProcessLine()
|
D | profile_assistant_test.cc | 124 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
|
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 71 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()
|
D | profile_compilation_info.h | 179 kFlagHot = 0x1, enumerator 185 return (flags_ & kFlagHot) != 0; in IsHot()
|
D | profile_compilation_info.cc | 1845 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()
|
D | profile_saver.cc | 434 uint8_t flags = Hotness::kFlagHot; in FetchAndCacheResolvedClassesAndMethods()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 248 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo() 250 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 327 uint32_t flags = ProfileCompilationInfo::MethodHotness::kFlagHot | in TEST_F()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 350 flags |= ProfileCompilationInfo::MethodHotness::kFlagHot; in CreateProfile()
|