Searched defs:AddMethod (Results 1 – 6 of 6) sorted by relevance
64 inline void AddMethod(const UsageLocation& file, const NameAndSignature& name_and_signature) { in AddMethod() function
89 void AddMethod(size_t line_number, const std::string& method_name, in AddMethod() function in aapt::proguard::BaseVisitor
62 void AddMethod(const std::string& class_descriptor, in AddMethod() function
393 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod() function
1230 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() function in art::ProfileCompilationInfo2250 bool ProfileCompilationInfo::DexFileData::AddMethod(MethodHotness::Flag flags, size_t index) { in AddMethod() function in art::ProfileCompilationInfo::DexFileData
167 void AddMethod(ArtMethod* method) { in AddMethod() function in art::jit::JitCodeCache::JniStubData