Lines Matching refs:OatDexFile
90 class OatDexFile; variable
219 friend class OatDexFile; variable
222 class OatDexFile {
255 ~OatDexFile();
258 OatDexFile(const OatFile* oat_file,
273 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
276 const OatDexFile* GetOatDexFile(const char* dex_location,
281 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles()
340 std::vector<const OatDexFile*> oat_dex_files_storage_;
347 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table;
372 friend class OatDexFile; variable