Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dtest_dex_file_builder.h63 void AddMethod(const std::string& class_descriptor, const std::string& signature, in AddMethod() function
/art/profman/
Dprofile_assistant_test.cc58 bool AddMethod(ProfileCompilationInfo* info, in AddMethod() function in art::ProfileAssistantTest
67 bool AddMethod(ProfileCompilationInfo* info, in AddMethod() function in art::ProfileAssistantTest
/art/libprofile/profile/
Dprofile_compilation_info.cc714 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() function in art::ProfileCompilationInfo
2019 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod() function in art::ProfileCompilationInfo::DexFileData
Dprofile_compilation_info_test.cc72 bool AddMethod(ProfileCompilationInfo* info, in AddMethod() function in art::ProfileCompilationInfoTest
82 bool AddMethod(ProfileCompilationInfo* info, in AddMethod() function in art::ProfileCompilationInfoTest
/art/runtime/jit/
Djit_code_cache.cc166 void AddMethod(ArtMethod* method) { in AddMethod() function in art::jit::JitCodeCache::JniStubData