Lines Matching refs:OatDexFile

228       LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
234 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
242 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
252 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
260 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
266 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
273 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
281 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
287 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
297 LOG(ERROR) << "In oat file " << GetLocation() << " found OatDexFile # " << i
303 oat_dex_files_.Put(dex_file_location, new OatDexFile(this,
326 const OatFile::OatDexFile* OatFile::GetOatDexFile(const std::string& dex_location,
331 const OatFile::OatDexFile* oat_dex_file = it->second;
339 LOG(WARNING) << "Failed to find OatDexFile for DexFile " << dex_location
344 << " contains OatDexFile " << it->second->GetDexFileLocation();
351 std::vector<const OatFile::OatDexFile*> OatFile::GetOatDexFiles() const {
352 std::vector<const OatFile::OatDexFile*> result;
359 OatFile::OatDexFile::OatDexFile(const OatFile* oat_file,
370 OatFile::OatDexFile::~OatDexFile() {}
372 size_t OatFile::OatDexFile::FileSize() const {
376 const DexFile* OatFile::OatDexFile::OpenDexFile() const {
381 const OatFile::OatClass* OatFile::OatDexFile::GetOatClass(uint16_t class_def_index) const {