Home
last modified time | relevance | path

Searched refs:OatDexFile (Results 26 – 32 of 32) sorted by relevance

12

/art/dex2oat/linker/
Doat_writer_test.cc471 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
/art/runtime/verifier/
Dverifier_deps.cc1216 if (OatDexFile::FindClassDef(*dex_file, descriptor, hash) != nullptr) { in IsInDexFiles()
/art/runtime/dex/
Ddex_file_annotations.cc1353 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess()
/art/runtime/
Dclass_linker.cc1372 OatDexFile::MadviseDexFile(*dex_file, MadviseState::kMadviseStateAtLoad); in InitFromBootImage()
1837 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile()
2830 const dex::ClassDef* dex_class_def = OatDexFile::FindClassDef(*dex_file, descriptor, hash); in FindInClassPath()
3015 const dex::ClassDef* dex_class_def = OatDexFile::FindClassDef(*cp_dex_file, descriptor, hash); in FindClassInBaseDexClassLoaderClassPath()
4945 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile()
Druntime.cc2887 const OatDexFile* odf = df->GetOatDexFile(); in DeoptimizeBootImage()
/art/runtime/gc/space/
Dimage_space.cc3756 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile()
3790 const OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1134 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData()

12