/art/runtime/ |
D | oat_file.cc | 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() [all …]
|
D | dex_file.h | 406 const std::string& GetLocation() const { in GetLocation() function 438 DCHECK(header_ != NULL) << GetLocation(); in GetHeader() 453 DCHECK(header_ != NULL) << GetLocation(); in NumStringIds() 459 DCHECK_LT(idx, NumStringIds()) << GetLocation(); in GetStringId() 464 CHECK_GE(&string_id, string_ids_) << GetLocation(); in GetIndexForStringId() 465 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId() 504 DCHECK(header_ != NULL) << GetLocation(); in NumTypeIds() 510 DCHECK_LT(idx, NumTypeIds()) << GetLocation(); in GetTypeId() 515 CHECK_GE(&type_id, type_ids_) << GetLocation(); in GetIndexForTypeId() 516 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId() [all …]
|
D | dex_file.cc | 364 CHECK(begin_ != NULL) << GetLocation(); in DexFile() 365 CHECK_GT(size_, 0U) << GetLocation(); in DexFile() 387 oss << "Unrecognized magic number in " << GetLocation() << ":" in CheckMagicAndVersion() 397 oss << "Unrecognized version number in " << GetLocation() << ":" in CheckMagicAndVersion() 719 DCHECK(code_item != NULL) << PrettyMethod(method) << " " << GetLocation(); in GetLineNumFromPC() 786 << " >= " << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0() 811 LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation() in DecodeDebugInfo0() 840 << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0() 868 << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0() 882 << code_item->registers_size_ << ") in " << GetLocation(); in DecodeDebugInfo0() [all …]
|
D | oat_file.h | 80 << "Cannot get an elf file from " << GetLocation(); in GetElfFile() 84 const std::string& GetLocation() const { in GetLocation() function
|
D | class_linker.cc | 680 CHECK_NE(oat_file, oat_files_[i]) << oat_file->GetLocation(); in RegisterOatFile() 683 VLOG(class_linker) << "Registering " << oat_file->GetLocation(); in RegisterOatFile() 697 const char* dex_location = dex_file.GetLocation().c_str(); in FindOpenedOatDexFileForDexFile() 710 if (oat_file->GetLocation() != oat_location) { in FindOpenedOatDexFile() 775 oat_file->GetLocation().c_str()); in LoadMultiDexFilesFromOatFile() 799 << "dex_location=" << next_name << " oat_location=" << oat_file->GetLocation().c_str() in LoadMultiDexFilesFromOatFile() 1125 oat_file->GetLocation().c_str(), in VerifyOatChecksums() 1147 oat_file->GetLocation().c_str(), dex_location, dex_location_checksum); in VerifyOatAndDexFileChecksums() 1150 oat_file->GetLocation().c_str(), in VerifyOatAndDexFileChecksums() 1159 oat_file->GetLocation().c_str(), in VerifyOatAndDexFileChecksums() [all …]
|
D | dex_file-inl.h | 35 DCHECK(utf16_length != NULL) << GetLocation(); in GetStringDataAndUtf16Length()
|
D | common_throws.cc | 38 std::string location(referrer->GetLocation()); in AddReferrerLocation()
|
D | class_linker_test.cc | 363 EXPECT_TRUE(resolved_methods->Get(i) != NULL) << dex->GetLocation() << " i=" << i; in AssertDexFile()
|
D | jni_internal.cc | 120 << PrettyDescriptor(c) << " in " << c->GetDexCache()->GetLocation()->ToModifiedUtf8() in ReportInvalidJNINativeMethod() 2411 << c->GetDexCache()->GetLocation()->ToModifiedUtf8(); in RegisterNativeMethods()
|
/art/compiler/ |
D | oat_writer.cc | 645 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); in ReportWriteFailure() 696 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); in ReportWriteFailure() 893 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation(); in Write() 900 LOG(ERROR) << "Failed to write oat tables to " << out->GetLocation(); in Write() 907 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in Write() 913 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation(); in Write() 919 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation(); in Write() 976 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation(); in WriteTables() 986 << " Expected: " << expected_offset << " File: " << dex_file->GetLocation(); in WriteTables() 991 PLOG(ERROR) << "Failed to write dex file " << dex_file->GetLocation() in WriteTables() [all …]
|
D | elf_patcher.cc | 89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod() 91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod() 93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetMethod() 105 CHECK(string != nullptr) << patch->GetDexFile().GetLocation() << " " << patch->GetStringIdx(); in GetTargetString() 116 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetTypeIdx(); in GetTargetType() 118 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetType()
|
D | output_stream.h | 41 const std::string& GetLocation() const { in GetLocation() function
|
D | buffered_output_stream.cc | 24 : OutputStream(out->GetLocation()), out_(out), used_(0) {} in BufferedOutputStream()
|
D | oat_test.cc | 150 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation().c_str(), in TEST_F()
|
/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 49 << " location: " << method->GetDexFile()->GetLocation(); in FindMethodHelper()
|
/art/runtime/mirror/ |
D | dex_cache.h | 58 String* GetLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetLocation() function
|
D | class.cc | 796 std::string Class::GetLocation() { in GetLocation() function in art::mirror::Class 799 return dex_cache->GetLocation()->ToModifiedUtf8(); in GetLocation()
|
D | class.h | 1000 std::string GetLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 402 if (boot_class_path[i]->GetLocation() == filename) { in CopyProfileFile()
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 2093 uint32_t branch_location = branch->GetLocation(); in Bind() 2097 MakeHoleForBranch(branch->GetLocation(), 2); in Bind() 2120 MakeHoleForBranch(branch->GetLocation(), 2); in Bind() 2137 bool changed = branch->Relocate(changed_branch->GetLocation(), 2); in Bind()
|
D | assembler_thumb2.h | 588 uint32_t GetLocation() const { in GetLocation() function
|
/art/dex2oat/ |
D | dex2oat.cc | 572 if (dex_files[i]->GetLocation() == location) { in DexFilesContains() 1490 PLOG(ERROR) << "Failed to make .dex file writeable '" << dex_file->GetLocation() << "'\n"; in dex2oat()
|
/art/runtime/gc/space/ |
D | image_space.cc | 784 oat_file_->GetLocation().c_str(), dex_file_location.c_str(), in ValidateOatFile()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1809 << method->GetDexFile()->GetLocation(); in artInvokeCommon() 1947 << " location: " << method->GetDexFile()->GetLocation(); in artInvokeInterfaceTrampoline()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1559 << dex_file.GetLocation() << " previously found in " in SkipClass() 1560 << original_dex_file.GetLocation(); in SkipClass()
|