Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetLocation

240                               GetLocation().c_str(),
247 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str());
255 GetLocation().c_str(),
272 GetLocation().c_str(),
278 GetLocation().c_str(),
285 GetLocation().c_str(),
300 GetLocation().c_str(),
310 GetLocation().c_str(),
318 GetLocation().c_str(),
326 GetLocation().c_str(),
336 GetLocation().c_str(),
349 GetLocation().c_str(),
358 GetLocation().c_str(),
368 GetLocation().c_str(),
381 GetLocation().c_str(),
390 GetLocation().c_str(),
401 GetLocation().c_str(),
414 GetLocation().c_str(),
428 GetLocation().c_str(),
444 GetLocation().c_str(),
482 GetLocation().c_str(),
1131 << " with checksum " << checksum << " in OatFile " << GetLocation();
1134 LOG(WARNING) << "OatFile " << GetLocation()
1187 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
1190 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation();
1196 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
1201 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation();
1210 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation();
1215 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation();
1333 out << dex_file->GetLocation().c_str();