Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h62 void AddMethod(const std::string& class_descriptor, in AddMethod() function
/art/libprofile/profile/
Dprofile_compilation_info.h402 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod() function
Dprofile_compilation_info.cc1235 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() function in art::ProfileCompilationInfo
2260 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod() function in art::ProfileCompilationInfo::DexFileData
/art/runtime/jit/
Djit_code_cache.cc168 void AddMethod(ArtMethod* method) { in AddMethod() function in art::jit::JitCodeCache::JniStubData