Lines Matching refs:GetLocation

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