Searched refs:ext_dex_file_ (Results 1 – 2 of 2) sorted by relevance
122 ext_dex_file_ = dex_file.ext_dex_file_; in DexFile()123 dex_file.ext_dex_file_ = nullptr; in DexFile()184 if (g_ExtDexFileGetMethodInfoForOffset(ext_dex_file_, in GetMethodInfoForOffset()198 g_ExtDexFileGetAllMethodInfos(ext_dex_file_, in GetAllMethodInfos()207 explicit DexFile(ExtDexFile* ext_dex_file) : ext_dex_file_(ext_dex_file) {} in DexFile()208 ExtDexFile* ext_dex_file_; // Owned instance. nullptr only in moved-from zombies. variable
86 DexFile::~DexFile() { g_ExtDexFileFree(ext_dex_file_); } in ~DexFile()