Searched refs:ext_method_info (Results 1 – 3 of 3) sorted by relevance
88 MethodInfo DexFile::AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info) { in AbsorbMethodInfo() argument89 return {ext_method_info.offset, ext_method_info.len, DexString(ext_method_info.name)}; in AbsorbMethodInfo()92 void DexFile::AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* ctx) { in AddMethodInfoCallback() argument94 vect->emplace_back(AbsorbMethodInfo(*ext_method_info)); in AddMethodInfoCallback()
183 ExtDexFileMethodInfo ext_method_info; in GetMethodInfoForOffset() local187 &ext_method_info)) { in GetMethodInfoForOffset()188 return AbsorbMethodInfo(ext_method_info); in GetMethodInfoForOffset()212 static MethodInfo AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info);213 static void AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* user_data);
73 typedef void ExtDexFileMethodInfoCallback(const struct ExtDexFileMethodInfo* ext_method_info,