Home
last modified time | relevance | path

Searched refs:ExtDexFileMethodInfo (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/external/include/art_api/
Ddex_file_external.h45 struct ExtDexFileMethodInfo { struct
71 /*out*/ struct ExtDexFileMethodInfo* method_info); argument
73 typedef void ExtDexFileMethodInfoCallback(const struct ExtDexFileMethodInfo* ext_method_info,
Ddex_file_support.h196 ExtDexFileMethodInfo ext_method_info; in GetMethodInfoForOffset()
225 static MethodInfo AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info);
226 static void AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* user_data);
/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()
Ddex_file_ext.cc332 /*out*/ ExtDexFileMethodInfo* method_info) { in ExtDexFileGetMethodInfoForOffset()
372 ExtDexFileMethodInfo method_info; in ExtDexFileGetAllMethodInfos()