Searched refs:cp_dex_file (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_file_manager.cc280 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( local
282 if (!fn(cp_dex_file)) {
353 auto GetDexFilesFn = [&] (const DexFile* cp_dex_file)
355 if (cp_dex_file->NumClassDefs() > 0) {
356 dex_files->push_back(cp_dex_file);
392 auto GetDexFilesFn = [&] (const DexFile* cp_dex_file)
394 if (cp_dex_file != nullptr && cp_dex_file->NumClassDefs() > 0) {
395 dex_files->push_back(cp_dex_file);
H A Dcommon_runtime_test.cc627 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( local
629 if (cp_dex_file == nullptr) {
633 ret.push_back(cp_dex_file);
H A Dclass_linker.cc2491 const DexFile* cp_dex_file = reinterpret_cast<const DexFile*>(static_cast<uintptr_t>( local
2494 OatDexFile::FindClassDef(*cp_dex_file, descriptor, hash);
2500 *cp_dex_file,

Completed in 177 milliseconds