Lines Matching refs:GetLocation

383     *error_msg = StringPrintf("Invalid oat header for '%s': %s", GetLocation().c_str(),  in Setup()
390 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str()); in Setup()
397 "%p + %zd + %ud <= %p", GetLocation().c_str(), in Setup()
409 GetLocation().c_str(), i); in Setup()
415 "location size", GetLocation().c_str(), i); in Setup()
423 "location", GetLocation().c_str(), i); in Setup()
435 "dex file checksum", GetLocation().c_str(), i, in Setup()
443 "file offset", GetLocation().c_str(), i, dex_file_location.c_str()); in Setup()
448 "offset %ud > %zd", GetLocation().c_str(), i, in Setup()
455 "after dex file offsets", GetLocation().c_str(), i, in Setup()
463 "dex file magic '%s'", GetLocation().c_str(), i, in Setup()
469 "dex file version '%s'", GetLocation().c_str(), i, in Setup()
479 "method offsets", GetLocation().c_str(), i, in Setup()
586 << " with checksum " << checksum << " in OatFile " << GetLocation(); in GetOatDexFile()
589 LOG(WARNING) << "OatFile " << GetLocation() in GetOatDexFile()
632 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
635 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
641 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
646 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
655 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
660 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
770 out << dex_file->GetLocation().c_str(); in EncodeDexFileDependencies()