Lines Matching refs:DexFile
40 DEFINE_DLFUNC_PTR(DexFile, ExtDexFileOpenFromMemory);
41 DEFINE_DLFUNC_PTR(DexFile, ExtDexFileOpenFromFd);
42 DEFINE_DLFUNC_PTR(DexFile, ExtDexFileGetMethodInfoForOffset);
43 DEFINE_DLFUNC_PTR(DexFile, ExtDexFileGetAllMethodInfos);
44 DEFINE_DLFUNC_PTR(DexFile, ExtDexFileFree);
75 SET_DLFUNC_PTR(DexFile, ExtDexFileOpenFromMemory); in LoadLibdexfileExternal()
76 SET_DLFUNC_PTR(DexFile, ExtDexFileOpenFromFd); in LoadLibdexfileExternal()
77 SET_DLFUNC_PTR(DexFile, ExtDexFileGetMethodInfoForOffset); in LoadLibdexfileExternal()
78 SET_DLFUNC_PTR(DexFile, ExtDexFileGetAllMethodInfos); in LoadLibdexfileExternal()
79 SET_DLFUNC_PTR(DexFile, ExtDexFileFree); in LoadLibdexfileExternal()
86 DexFile::~DexFile() { g_ExtDexFileFree(ext_dex_file_); } in ~DexFile()
88 MethodInfo DexFile::AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info) { in AbsorbMethodInfo()
92 void DexFile::AddMethodInfoCallback(const ExtDexFileMethodInfo* ext_method_info, void* ctx) { in AddMethodInfoCallback()