Home
last modified time | relevance | path

Searched refs:GetLocation (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/
Doat_file.cc234 *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 …]
Ddex_file.h406 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 …]
Ddex_file.cc364 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 …]
Doat_file.h80 << "Cannot get an elf file from " << GetLocation(); in GetElfFile()
84 const std::string& GetLocation() const { in GetLocation() function
Dclass_linker.cc680 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 …]
Ddex_file-inl.h35 DCHECK(utf16_length != NULL) << GetLocation(); in GetStringDataAndUtf16Length()
Dcommon_throws.cc38 std::string location(referrer->GetLocation()); in AddReferrerLocation()
Dclass_linker_test.cc363 EXPECT_TRUE(resolved_methods->Get(i) != NULL) << dex->GetLocation() << " i=" << i; in AssertDexFile()
Djni_internal.cc120 << PrettyDescriptor(c) << " in " << c->GetDexCache()->GetLocation()->ToModifiedUtf8() in ReportInvalidJNINativeMethod()
2411 << c->GetDexCache()->GetLocation()->ToModifiedUtf8(); in RegisterNativeMethods()
/art/compiler/
Doat_writer.cc645 << 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 …]
Delf_patcher.cc89 << 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()
Doutput_stream.h41 const std::string& GetLocation() const { in GetLocation() function
Dbuffered_output_stream.cc24 : OutputStream(out->GetLocation()), out_(out), used_(0) {} in BufferedOutputStream()
Doat_test.cc150 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation().c_str(), in TEST_F()
/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc49 << " location: " << method->GetDexFile()->GetLocation(); in FindMethodHelper()
/art/runtime/mirror/
Ddex_cache.h58 String* GetLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetLocation() function
Dclass.cc796 std::string Class::GetLocation() { in GetLocation() function in art::mirror::Class
799 return dex_cache->GetLocation()->ToModifiedUtf8(); in GetLocation()
Dclass.h1000 std::string GetLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/native/
Ddalvik_system_DexFile.cc402 if (boot_class_path[i]->GetLocation() == filename) { in CopyProfileFile()
/art/compiler/utils/arm/
Dassembler_thumb2.cc2093 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()
Dassembler_thumb2.h588 uint32_t GetLocation() const { in GetLocation() function
/art/dex2oat/
Ddex2oat.cc572 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/
Dimage_space.cc784 oat_file_->GetLocation().c_str(), dex_file_location.c_str(), in ValidateOatFile()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1809 << method->GetDexFile()->GetLocation(); in artInvokeCommon()
1947 << " location: " << method->GetDexFile()->GetLocation(); in artInvokeInterfaceTrampoline()
/art/compiler/driver/
Dcompiler_driver.cc1559 << dex_file.GetLocation() << " previously found in " in SkipClass()
1560 << original_dex_file.GetLocation(); in SkipClass()

12