Home
last modified time | relevance | path

Searched refs:AbsorbMethodInfo (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/external/
Ddex_file_supp.cc108 MethodInfo DexFile::AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info) { in AbsorbMethodInfo() function in art_api::dex::DexFile
114 vect->emplace_back(AbsorbMethodInfo(*ext_method_info)); in AddMethodInfoCallback()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h201 return AbsorbMethodInfo(ext_method_info); in GetMethodInfoForOffset()
225 static MethodInfo AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info);