Home
last modified time | relevance | path

Searched refs:AddMethodIndex (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info_test.cc68 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
866 test_info.AddMethodIndex(Hotness::kFlagStartup, kDex1, kChecksum1, 1, kNumMethods); in TEST_F()
867 test_info.AddMethodIndex(Hotness::kFlagPostStartup, kDex1, kChecksum1, 5, kNumMethods); in TEST_F()
868 test_info.AddMethodIndex(Hotness::kFlagStartup, kDex2, kChecksum2, 2, kNumMethods); in TEST_F()
869 test_info.AddMethodIndex(Hotness::kFlagPostStartup, kDex2, kChecksum2, 4, kNumMethods); in TEST_F()
897 merge_info.AddMethodIndex(Hotness::kFlagStartup, kDex1, kChecksum1, 11, kNumMethods); in TEST_F()
Dprofile_compilation_info.h260 bool AddMethodIndex(MethodHotness::Flag flags,
265 bool AddMethodIndex(MethodHotness::Flag flags, const MethodReference& ref);
Dprofile_compilation_info.cc138 bool ProfileCompilationInfo::AddMethodIndex(MethodHotness::Flag flags, const MethodReference& ref) { in AddMethodIndex() function in art::ProfileCompilationInfo
146 bool ProfileCompilationInfo::AddMethodIndex(MethodHotness::Flag flags, in AddMethodIndex() function in art::ProfileCompilationInfo
1525 info.AddMethodIndex(MethodHotness::kFlagHot, in GenerateTestProfile()
1565 info.AddMethodIndex(MethodHotness::kFlagHot, MethodReference(dex_file.get(), i)); in GenerateTestProfile()
/art/compiler/driver/
Dcompiler_driver_test.cc246 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
248 profile_info_.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, in GetProfileCompilationInfo()
/art/dex2oat/
Ddex2oat_image_test.cc319 EXPECT_TRUE(profile.AddMethodIndex(ProfileCompilationInfo::MethodHotness::kFlagHot, ref)); in TEST_F()
/art/profman/
Dprofile_assistant_test.cc91 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
94 info->AddMethodIndex(Hotness::kFlagStartup, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
97 info->AddMethodIndex(Hotness::kFlagPostStartup, in SetupBasicProfile()
Dprofman.cc885 if (!profile->AddMethodIndex(static_cast<Hotness::Flag>(flags), ref)) { in ProcessLine()
/art/dexlayout/
Ddexlayout_test.cc349 pfi.AddMethodIndex(static_cast<ProfileCompilationInfo::MethodHotness::Flag>(flags), in CreateProfile()