Home
last modified time | relevance | path

Searched refs:ext_dex_file_ (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/external/include/art_api/
Ddex_file_support.h122 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
/art/libdexfile/external/
Ddex_file_supp.cc86 DexFile::~DexFile() { g_ExtDexFileFree(ext_dex_file_); } in ~DexFile()