Searched refs:cp_dex_file (Results 1 – 2 of 2) sorted by relevance
520 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( in GetDexFiles() local522 if (cp_dex_file == nullptr) { in GetDexFiles()526 ret.push_back(cp_dex_file); in GetDexFiles()
1692 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( in FindClassInPathClassLoader() local1694 const DexFile::ClassDef* dex_class_def = cp_dex_file->FindClassDef(descriptor, hash); in FindClassInPathClassLoader()1696 RegisterDexFile(*cp_dex_file); in FindClassInPathClassLoader()1698 *cp_dex_file, *dex_class_def); in FindClassInPathClassLoader()