Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc29 builder.AddMethod("LTestClass;", "()I", "foo"); in TEST()
30 builder.AddMethod("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"); in TEST()
Dtest_dex_file_builder.h63 void AddMethod(const std::string& class_descriptor, const std::string& signature, in AddMethod() function
/art/runtime/jit/
Dprofiling_info_test.cc66 bool AddMethod(const std::string& dex_location, in AddMethod() function in art::ProfileCompilationInfoTest
77 bool AddMethod(const std::string& dex_location, in AddMethod() function in art::ProfileCompilationInfoTest
82 return info->AddMethod( in AddMethod()
/art/libprofile/profile/
Dprofile_compilation_info.h286 bool AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags);
301 if (!data->AddMethod(flags, *it)) { in AddMethodsForDex()
539 bool AddMethod(MethodHotness::Flag flags, size_t index);
614 bool AddMethod(const std::string& dex_location,
/art/dex2oat/linker/
Doat_writer_test.cc558 builder1.AddMethod("Lsome.TestClass;", "()I", "foo"); in TestDexFileInput()
573 builder2.AddMethod("Land.AnotherTestClass;", "()J", "bar"); in TestDexFileInput()
680 builder1.AddMethod("Lsome.TestClass;", "()D", "foo"); in TestZipFileInput()
698 builder2.AddMethod("Land.AnotherTestClass;", "()J", "bar"); in TestZipFileInput()
/art/profman/
Dprofile_assistant_test.cc93 ASSERT_TRUE(info->AddMethod( in SetupProfile()
95 ASSERT_TRUE(info->AddMethod( in SetupProfile()
98 ASSERT_TRUE(info->AddMethod( in SetupProfile()
100 ASSERT_TRUE(info->AddMethod( in SetupProfile()
Dprofman.cc1055 profile->AddMethod(ProfileMethodInfo(ref, inline_caches), in ProcessLine()