Lines Matching refs:OatDexFile
46 class OatDexFile; variable
297 friend class art::OatDexFile;
305 const OatDexFile* GetOatDexFile(const char* dex_location,
310 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles()
432 std::vector<const OatDexFile*> oat_dex_files_storage_;
440 AllocationTrackingSafeMap<std::string_view, const OatDexFile*, kAllocatorTagOatFile>;
470 friend class art::OatDexFile;
481 class OatDexFile final {
557 ~OatDexFile();
560 explicit OatDexFile(TypeLookupTable&& lookup_table);
568 OatDexFile(const OatFile* oat_file,
584 OatDexFile(const OatFile* oat_file,
614 DISALLOW_COPY_AND_ASSIGN(OatDexFile);