Lines Matching refs:OatDexFile
87 class OatDexFile; variable
222 friend class OatDexFile; variable
225 class OatDexFile {
258 ~OatDexFile();
261 OatDexFile(const OatFile* oat_file,
276 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
279 const OatDexFile* GetOatDexFile(const char* dex_location,
284 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