Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc520 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( in GetDexFiles() local
522 if (cp_dex_file == nullptr) { in GetDexFiles()
526 ret.push_back(cp_dex_file); in GetDexFiles()
Dclass_linker.cc1692 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( in FindClassInPathClassLoader() local
1694 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()