Home | History | Annotate | Download | only in runtime

Lines Matching full:getlocation

234     *error_msg = StringPrintf("Invalid oat magic for '%s'", GetLocation().c_str());
240 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str());
247 "%p + %zd + %ud <= %p", GetLocation().c_str(),
259 GetLocation().c_str(), i);
265 "location size", GetLocation().c_str(), i);
273 "location", GetLocation().c_str(), i);
283 "dex file checksum", GetLocation().c_str(), i,
291 "file offset", GetLocation().c_str(), i, dex_file_location.c_str());
296 "offset %ud > %zd", GetLocation().c_str(), i,
303 " after dex file offsets", GetLocation().c_str(), i,
311 " dex file magic '%s'", GetLocation().c_str(), i,
317 " dex file version '%s'", GetLocation().c_str(), i,
327 " method offsets", GetLocation().c_str(), i,
426 << " with checksum " << checksum << " in OatFile " << GetLocation();
429 LOG(WARNING) << "OatFile " << GetLocation()
472 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
475 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation();
481 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
486 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation();
494 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation();
499 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation();