Searched refs:AddMethodIndex (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 71 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()
|
D | profile_compilation_info.h | 273 bool AddMethodIndex(MethodHotness::Flag flags, 278 bool AddMethodIndex(MethodHotness::Flag flags, const MethodReference& ref);
|
D | profile_compilation_info.cc | 147 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/ |
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 | 329 EXPECT_TRUE(profile.AddMethodIndex( in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 124 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()
|
D | profman.cc | 1001 if (!profile->AddMethodIndex( in ProcessLine()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 356 pfi.AddMethodIndex(static_cast<ProfileCompilationInfo::MethodHotness::Flag>(flags), in CreateProfile()
|