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

12

/art/compiler/
H A Doutput_stream.h41 const std::string& GetLocation() const { function in class:art::OutputStream
H A Dbuffered_output_stream.cc24 : OutputStream(out->GetLocation()), out_(out), used_(0) {}
H A Doat_writer.cc645 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
696 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
893 PLOG(ERROR) << "Failed to write oat header to " << out->GetLocation();
900 LOG(ERROR) << "Failed to write oat tables to " << out->GetLocation();
907 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation();
913 LOG(ERROR) << "Failed to write oat code to " << out->GetLocation();
919 LOG(ERROR) << "Failed to write oat code for dex files to " << out->GetLocation();
976 PLOG(ERROR) << "Failed to write oat dex information to " << out->GetLocation();
986 << " Expected: " << expected_offset << " File: " << dex_file->GetLocation();
991 PLOG(ERROR) << "Failed to write dex file " << dex_file->GetLocation()
[all...]
H A Delf_patcher.cc89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
105 CHECK(string != nullptr) << patch->GetDexFile().GetLocation() << " " << patch->GetStringIdx();
116 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetTypeIdx();
118 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
H A Doat_test.cc150 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation().c_str(),
/art/runtime/
H A Doat_file.cc234 *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()
[all...]
H A Ddex_file.h406 const std::string& GetLocation() const { function in class:art::DexFile
438 DCHECK(header_ != NULL) << GetLocation();
453 DCHECK(header_ != NULL) << GetLocation();
459 DCHECK_LT(idx, NumStringIds()) << GetLocation();
464 CHECK_GE(&string_id, string_ids_) << GetLocation();
465 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
504 DCHECK(header_ != NULL) << GetLocation();
510 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
515 CHECK_GE(&type_id, type_ids_) << GetLocation();
516 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
[all...]
H A Ddex_file.cc364 CHECK(begin_ != NULL) << GetLocation();
365 CHECK_GT(size_, 0U) << GetLocation();
387 oss << "Unrecognized magic number in " << GetLocation() << ":"
397 oss << "Unrecognized version number in " << GetLocation() << ":"
719 DCHECK(code_item != NULL) << PrettyMethod(method) << " " << GetLocation();
786 << " >= " << code_item->registers_size_ << ") in " << GetLocation();
811 LOG(ERROR) << "invalid stream - problem with parameter iterator in " << GetLocation()
840 << code_item->registers_size_ << ") in " << GetLocation();
868 << code_item->registers_size_ << ") in " << GetLocation();
882 << code_item->registers_size_ << ") in " << GetLocation();
[all...]
H A Doat_file.h80 << "Cannot get an elf file from " << GetLocation();
84 const std::string& GetLocation() const { function in class:art::OatFile
H A Ddex_file-inl.h35 DCHECK(utf16_length != NULL) << GetLocation();
H A Dclass_linker.cc680 CHECK_NE(oat_file, oat_files_[i]) << oat_file->GetLocation();
683 VLOG(class_linker) << "Registering " << oat_file->GetLocation();
697 const char* dex_location = dex_file.GetLocation().c_str();
710 if (oat_file->GetLocation() != oat_location) {
775 oat_file->GetLocation().c_str());
799 << "dex_location=" << next_name << " oat_location=" << oat_file->GetLocation().c_str()
1125 oat_file->GetLocation().c_str(),
1147 oat_file->GetLocation().c_str(), dex_location, dex_location_checksum);
1150 oat_file->GetLocation().c_str(),
1159 oat_file->GetLocation()
[all...]
H A Dcommon_throws.cc38 std::string location(referrer->GetLocation());
H A Dclass_linker_test.cc363 EXPECT_TRUE(resolved_methods->Get(i) != NULL) << dex->GetLocation() << " i=" << i;
H A Djni_internal.cc120 << PrettyDescriptor(c) << " in " << c->GetDexCache()->GetLocation()->ToModifiedUtf8()
2411 << c->GetDexCache()->GetLocation()->ToModifiedUtf8();
/art/runtime/entrypoints/portable/
H A Dportable_invoke_entrypoints.cc49 << " location: " << method->GetDexFile()->GetLocation();
/art/runtime/mirror/
H A Ddex_cache.h58 String* GetLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
H A Dclass.cc796 std::string Class::GetLocation() { function in class:art::mirror::Class
799 return dex_cache->GetLocation()->ToModifiedUtf8();
H A Dclass.h1000 std::string GetLocation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/native/
H A Ddalvik_system_DexFile.cc402 if (boot_class_path[i]->GetLocation() == filename) {
/art/dex2oat/
H A Ddex2oat.cc572 if (dex_files[i]->GetLocation() == location) {
1490 PLOG(ERROR) << "Failed to make .dex file writeable '" << dex_file->GetLocation() << "'\n";
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1809 << method->GetDexFile()->GetLocation();
1947 << " location: " << method->GetDexFile()->GetLocation();
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc2093 uint32_t branch_location = branch->GetLocation();
2097 MakeHoleForBranch(branch->GetLocation(), 2);
2120 MakeHoleForBranch(branch->GetLocation(), 2);
2137 bool changed = branch->Relocate(changed_branch->GetLocation(), 2);
H A Dassembler_thumb2.h588 uint32_t GetLocation() const { function in class:art::arm::FINAL::Branch
/art/runtime/gc/space/
H A Dimage_space.cc784 oat_file_->GetLocation().c_str(), dex_file_location.c_str(),
/art/compiler/driver/
H A Dcompiler_driver.cc1559 << dex_file.GetLocation() << " previously found in "
1560 << original_dex_file.GetLocation();

Completed in 478 milliseconds

12