Searched defs:GetLocation (Results 1 - 7 of 7) sorted by relevance

/art/compiler/linker/
H A Doutput_stream.h40 const std::string& GetLocation() const { function in class:art::OutputStream
/art/runtime/
H A Doat_file.h102 const std::string& GetLocation() const { function in class:art::OatFile
H A Ddex_file.h442 const std::string& GetLocation() const { function in class:art::DexFile
485 DCHECK(header_ != nullptr) << GetLocation();
502 DCHECK(header_ != nullptr) << GetLocation();
508 DCHECK_LT(idx, NumStringIds()) << GetLocation();
513 CHECK_GE(&string_id, string_ids_) << GetLocation();
514 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
555 DCHECK(header_ != nullptr) << GetLocation();
561 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
566 CHECK_GE(&type_id, type_ids_) << GetLocation();
567 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
[all...]
/art/compiler/utils/arm/
H A Dassembler_thumb2.h567 uint32_t GetLocation() const { function in class:art::arm::FINAL::Fixup
/art/runtime/mirror/
H A Dclass.cc900 std::string Class::GetLocation() { function in class:art::mirror::Class
903 return dex_cache->GetLocation()->ToModifiedUtf8();
/art/compiler/utils/mips/
H A Dassembler_mips.cc1669 uint32_t MipsAssembler::Branch::GetLocation() const { function in class:art::mips::MipsAssembler::Branch
1694 return GetLocation() + GetSize();
1871 uint32_t branch_location = branch->GetLocation();
1916 if (branch->GetLocation() >= old_position + last_position_adjustment_) {
1979 uint32_t expand_location = branch.GetLocation();
2031 overwrite_location_ = branch->GetLocation();
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1352 uint32_t Mips64Assembler::Branch::GetLocation() const { function in class:art::mips64::Mips64Assembler::Branch
1377 return GetLocation() + GetSize();
1536 uint32_t branch_location = branch->GetLocation();
1581 if (branch->GetLocation() >= old_position + last_position_adjustment_) {
1647 uint32_t expand_location = branch.GetLocation();
1691 overwrite_location_ = branch->GetLocation();

Completed in 147 milliseconds