Lines Matching refs:OatDexFile
473 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup()
896 OatDexFile* oat_dex_file = new OatDexFile( in Setup()
1549 bool IsClassVerifiedInVdex(const OatDexFile& oat_dex_file, uint16_t class_def_index) const { in IsClassVerifiedInVdex()
1552 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex()
1782 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
1793 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile()
1851 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
1893 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
1906 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile() function in art::OatDexFile
1914 OatDexFile::~OatDexFile() {} in ~OatDexFile()
1916 size_t OatDexFile::FileSize() const { in FileSize()
1921 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile()
1936 uint32_t OatDexFile::GetOatClassOffset(uint16_t class_def_index) const { in GetOatClassOffset()
1941 bool OatDexFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly()
1945 OatFile::OatClass OatDexFile::GetOatClass(uint16_t class_def_index) const { in GetOatClass()
2001 ArrayRef<const uint8_t> OatDexFile::GetQuickenedInfoOf(const DexFile& dex_file, in GetQuickenedInfoOf()
2011 const dex::ClassDef* OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef()
2014 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef()
2047 void OatDexFile::MadviseDexFile(const DexFile& dex_file, MadviseState state) { in MadviseDexFile()
2062 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile()
2170 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
2228 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations()
2254 void OatDexFile::AssertAotCompiler() { in AssertAotCompiler()