Home
last modified time | relevance | path

Searched refs:AddMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info_test.cc53 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/
Dtest_dex_file_builder_test.cc30 builder.AddMethod("LTestClass;", "()I", "foo"); in TEST()
31 builder.AddMethod("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"); in TEST()
Dtest_dex_file_builder.h60 void AddMethod(const std::string& class_descriptor, const std::string& signature, in AddMethod() function
/art/compiler/
Doat_test.cc533 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()