Searched defs:ext_method_info (Results 1 – 2 of 2) sorted by relevance
88 MethodInfo DexFile::AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info) { in AbsorbMethodInfo()92 void DexFile::AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* ctx) { in AddMethodInfoCallback()
183 ExtDexFileMethodInfo ext_method_info; in GetMethodInfoForOffset() local