Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info_test.cc71 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
920 test_info.AddMethodIndex(Hotness::kFlagStartup, kDex1, kChecksum1, 1, kNumMethods); in TEST_F()
921 test_info.AddMethodIndex(Hotness::kFlagPostStartup, kDex1, kChecksum1, 5, kNumMethods); in TEST_F()
922 test_info.AddMethodIndex(Hotness::kFlagStartup, kDex2, kChecksum2, 2, kNumMethods); in TEST_F()
923 test_info.AddMethodIndex(Hotness::kFlagPostStartup, kDex2, kChecksum2, 4, kNumMethods); in TEST_F()
951 merge_info.AddMethodIndex(Hotness::kFlagStartup, kDex1, kChecksum1, 11, kNumMethods); 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.h273 bool AddMethodIndex(MethodHotness::Flag flags,
278 bool AddMethodIndex(MethodHotness::Flag flags, const MethodReference& ref);
Dprofile_compilation_info.cc147 bool ProfileCompilationInfo::AddMethodIndex(MethodHotness::Flag flags, const MethodReference& ref) { in AddMethodIndex() function in art::ProfileCompilationInfo
155 bool ProfileCompilationInfo::AddMethodIndex(MethodHotness::Flag flags, in AddMethodIndex() function in art::ProfileCompilationInfo
1847 info.AddMethodIndex(static_cast<MethodHotness::Flag>(flags), in GenerateTestProfile()
1909 info.AddMethodIndex(static_cast<MethodHotness::Flag>(flags), in GenerateTestProfile()
/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.cc329 EXPECT_TRUE(profile.AddMethodIndex( in TEST_F()
/art/profman/
Dprofile_assistant_test.cc124 info->AddMethodIndex(Hotness::kFlagHot, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
127 info->AddMethodIndex(Hotness::kFlagStartup, dex_location, checksum, idx, number_of_methods); in SetupBasicProfile()
130 info->AddMethodIndex(Hotness::kFlagPostStartup, in SetupBasicProfile()
Dprofman.cc1001 if (!profile->AddMethodIndex( in ProcessLine()
/art/dexlayout/
Ddexlayout_test.cc356 pfi.AddMethodIndex(static_cast<ProfileCompilationInfo::MethodHotness::Flag>(flags), in CreateProfile()