Home
last modified time | relevance | path

Searched defs:ext_method_info (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()
112 void DexFile::AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* ctx) { in AddMethodInfoCallback()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h196 ExtDexFileMethodInfo ext_method_info; in GetMethodInfoForOffset() local