Lines Matching refs:OatDexFile

474     OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location);  in Setup()
897 OatDexFile* oat_dex_file = new OatDexFile( in Setup()
1562 bool IsClassVerifiedInVdex(const OatDexFile& oat_dex_file, uint16_t class_def_index) const { in IsClassVerifiedInVdex()
1565 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex()
1795 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
1806 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile()
1864 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
1906 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
1919 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile() function in art::OatDexFile
1927 OatDexFile::~OatDexFile() {} in ~OatDexFile()
1929 size_t OatDexFile::FileSize() const { in FileSize()
1934 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile()
1949 uint32_t OatDexFile::GetOatClassOffset(uint16_t class_def_index) const { in GetOatClassOffset()
1954 bool OatDexFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly()
1958 OatFile::OatClass OatDexFile::GetOatClass(uint16_t class_def_index) const { in GetOatClass()
2014 ArrayRef<const uint8_t> OatDexFile::GetQuickenedInfoOf(const DexFile& dex_file, in GetQuickenedInfoOf()
2024 const dex::ClassDef* OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef()
2027 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef()
2060 void OatDexFile::MadviseDexFile(const DexFile& dex_file, MadviseState state) { in MadviseDexFile()
2075 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile()
2183 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
2243 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations()
2269 void OatDexFile::AssertAotCompiler() { in AssertAotCompiler()