Lines Matching refs:AddClass
87 bool AddClass(const std::string& dex_location, in AddClass() function in art::ProfileCompilationInfoTest
92 classes.AddClass(type_index); in AddClass()
205 dex_pc_data.AddClass(dex_profile_index, class_ref.TypeIndex()); in ConvertProfileMethodInfo()
226 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo()
232 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in GetOfflineProfileMethodInfo()
233 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in GetOfflineProfileMethodInfo()
234 dex_pc_data.AddClass(2, dex::TypeIndex(2)); in GetOfflineProfileMethodInfo()
265 it.second.AddClass(0, dex::TypeIndex(k)); in MakeMegamorphic()
477 ASSERT_TRUE(AddClass("dex_location1", /* checksum */ 1, dex::TypeIndex(i), &saved_info)); in TEST_F()
478 ASSERT_TRUE(AddClass("dex_location2", /* checksum */ 2, dex::TypeIndex(i), &saved_info)); in TEST_F()
794 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in TEST_F()
795 dex_pc_data.AddClass(1, dex::TypeIndex(1)); in TEST_F()
805 dex_pc_data.AddClass(1, dex::TypeIndex(0)); in TEST_F()
806 dex_pc_data.AddClass(0, dex::TypeIndex(1)); in TEST_F()
1196 dex_pc_data.AddClass(0, dex::TypeIndex(0)); in TEST_F()
1315 ASSERT_TRUE(AddClass("dex_location1", /* checksum */ 1, dex::TypeIndex(i), &saved_info)); in TEST_F()
1316 ASSERT_TRUE(AddClass("dex_location2", /* checksum */ 2, dex::TypeIndex(i), &saved_info)); in TEST_F()
1335 ASSERT_TRUE(AddClass("dex_location2", /* checksum */ 2, dex::TypeIndex(i), &expected_info)); in TEST_F()