Searched defs:AddMethod (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ | ||
D | test_dex_file_builder.h | 62 void AddMethod(const std::string& class_descriptor, in AddMethod() function |
/art/libprofile/profile/ | ||
D | profile_compilation_info.h | 402 void AddMethod(ProfileIndexType profile_index, uint32_t method_index, MethodHotness::Flag flags) { in AddMethod() function |
D | profile_compilation_info.cc | 1235 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, in AddMethod() function in art::ProfileCompilationInfo |
/art/runtime/jit/ | ||
D | jit_code_cache.cc | 168 void AddMethod(ArtMethod* method) { in AddMethod() function in art::jit::JitCodeCache::JniStubData |