Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/java/
H A DProguardRules.h64 inline void AddMethod(const UsageLocation& file, const NameAndSignature& name_and_signature) { in AddMethod() function
H A DProguardRules.cpp89 void AddMethod(size_t line_number, const std::string& method_name, in AddMethod() function in aapt::proguard::BaseVisitor
/aosp12/art/libdexfile/dex/
H A Dtest_dex_file_builder.h62 void AddMethod(const std::string& class_descriptor, in AddMethod() function
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h393 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod() function
H A Dprofile_compilation_info.cc1230 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() function in art::ProfileCompilationInfo
2250 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod() function in art::ProfileCompilationInfo::DexFileData
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc167 void AddMethod(ArtMethod* method) { in AddMethod() function in art::jit::JitCodeCache::JniStubData