Lines Matching full:getlocation
205 LOG(WARNING) << "Invalid oat magic for " << GetLocation();
211 LOG(ERROR) << "In oat file " << GetLocation() << " found truncated OatHeader";
217 LOG(ERROR) << "In oat file " << GetLocation() << " found truncated image file location: "
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
340 << " in OatFile " << GetLocation();
343 LOG(WARNING) << "OatFile " << GetLocation()
385 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
389 CHECK_LT(methods_pointer, oat_file_->End()) << oat_file_->GetLocation();