Searched refs:AddMethod (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 53 bool AddMethod(const std::string& dex_location, in AddMethod() function in art::ProfileCompilationInfoTest 146 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info)); in TEST_F() 147 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info)); in TEST_F() 160 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info)); in TEST_F() 161 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info)); in TEST_F() 162 ASSERT_TRUE(AddMethod("dex_location3", /* checksum */ 3, /* method_idx */ i, &saved_info)); in TEST_F() 179 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info)); in TEST_F() 181 ASSERT_FALSE(AddMethod("dex_location", /* checksum */ 2, /* method_idx */ 2, &info)); in TEST_F() 188 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info1)); in TEST_F() 191 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 2, /* method_idx */ 2, &info2)); in TEST_F() [all …]
|
/art/compiler/utils/ |
D | test_dex_file_builder_test.cc | 30 builder.AddMethod("LTestClass;", "()I", "foo"); in TEST() 31 builder.AddMethod("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"); in TEST()
|
D | test_dex_file_builder.h | 60 void AddMethod(const std::string& class_descriptor, const std::string& signature, in AddMethod() function
|
/art/compiler/ |
D | oat_test.cc | 533 builder1.AddMethod("Lsome.TestClass;", "()I", "foo"); in TestDexFileInput() 548 builder2.AddMethod("Land.AnotherTestClass;", "()J", "bar"); in TestDexFileInput() 627 builder1.AddMethod("Lsome.TestClass;", "()D", "foo"); in TestZipFileInput() 645 builder2.AddMethod("Land.AnotherTestClass;", "()J", "bar"); in TestZipFileInput()
|