Lines Matching refs:OatDexFile
546 OatDexFile* oat_dex_file = new OatDexFile( in Setup()
982 OatDexFile* oat_dex_file = new OatDexFile( in Setup()
1703 OatDexFile* oat_dex_file = new OatDexFile(oat_file.get(), in Open()
2010 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
2021 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile()
2079 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
2110 void OatDexFile::InitializeTypeLookupTable() { in InitializeTypeLookupTable()
2130 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
2146 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile() function in art::OatDexFile
2154 OatDexFile::~OatDexFile() {} in ~OatDexFile()
2156 size_t OatDexFile::FileSize() const { in FileSize()
2161 std::unique_ptr<const DexFile> OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile()
2176 uint32_t OatDexFile::GetOatClassOffset(uint16_t class_def_index) const { in GetOatClassOffset()
2181 bool OatDexFile::IsBackedByVdexOnly() const { in IsBackedByVdexOnly()
2185 OatFile::OatClass OatDexFile::GetOatClass(uint16_t class_def_index) const { in GetOatClass()
2246 const dex::ClassDef* OatDexFile::FindClassDef(const DexFile& dex_file, in FindClassDef()
2249 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef()
2283 void OatDexFile::MadviseDexFile(const DexFile& dex_file, MadviseState state) { in MadviseDexFile()
2298 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile()
2400 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
2460 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations()
2486 void OatDexFile::AssertAotCompiler() { in AssertAotCompiler()