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.h129 ext_dex_file_ = dex_file.ext_dex_file_; in DexFile()
130 dex_file.ext_dex_file_ = nullptr; in DexFile()
134 ext_dex_file_ = dex_file->ext_dex_file_; in DexFile()
135 dex_file->ext_dex_file_ = nullptr; in DexFile()
197 if (g_ExtDexFileGetMethodInfoForOffset(ext_dex_file_, in GetMethodInfoForOffset()
211 g_ExtDexFileGetAllMethodInfos(ext_dex_file_, in GetAllMethodInfos()
220 explicit DexFile(ExtDexFile* ext_dex_file) : ext_dex_file_(ext_dex_file) {} in DexFile()
221 ExtDexFile* ext_dex_file_; // Owned instance. nullptr only in moved-from zombies. variable
/art/libdexfile/external/
Ddex_file_supp.cc106 DexFile::~DexFile() { g_ExtDexFileFree(ext_dex_file_); } in ~DexFile()