Searched defs:GetHeader (Results 1 - 5 of 5) sorted by relevance

/art/dexlayout/
H A Ddexlayout.h81 dex_ir::Header* GetHeader() const { return header_; } function in class:art::DexLayout
/art/runtime/
H A Dvdex_file.h103 const Header& GetHeader() const { function in class:art::VdexFile
109 DexBegin() + GetHeader().GetDexSize(), GetHeader().GetVerifierDepsSize());
114 GetVerifierDepsData().data() + GetHeader().GetVerifierDepsSize(),
115 GetHeader().GetQuickeningInfoSize());
119 return mmap_->Size() >= sizeof(Header) && GetHeader().IsValid();
130 DCHECK_LT(dex_file_index, GetHeader().GetNumberOfDexFiles());
146 return GetHeader().GetDexSize() != 0;
154 return DexBegin() + GetHeader().GetDexSize();
158 return sizeof(VdexChecksum) * GetHeader()
[all...]
H A Delf_file.cc177 program_headers_start_ = Begin() + GetHeader().e_phoff;
179 if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) {
184 if (!CheckAndSet(GetHeader().e_shoff, "section headers", &section_headers_start_, error_msg)) {
409 int64_t offset = static_cast<int64_t>(GetHeader().e_shoff +
410 (GetHeader().e_shstrndx * GetHeader().e_shentsize));
557 typename ElfTypes::Ehdr& ElfFileImpl<ElfTypes>::GetHeader() const { function in class:art::ElfFileImpl
682 return GetHeader().e_phnum;
688 uint8_t* program_header = GetProgramHeadersStart() + (i * GetHeader().e_phentsize);
708 return GetHeader()
[all...]
H A Ddex_file.h523 const Header& GetHeader() const { function in class:art::DexFile::MethodHandleType
530 return GetHeader().GetVersion();
/art/compiler/optimizing/
H A Dnodes.h756 HBasicBlock* GetHeader() const { function in class:art::HLoopInformation
967 DCHECK_EQ(loop_information_->GetHeader(), this);
1157 return IsInLoop() && (loop_information_->GetHeader() == this);
1182 } else if (loop_information_->Contains(*info->GetHeader())) {
1189 // Note that we cannot do the check `info->Contains(loop_information_)->GetHeader()`
6787 blocks_(info.GetHeader()->GetGraph()->GetBlocks()),
6820 blocks_(info.GetHeader()->GetGraph()->GetReversePostOrder()),

Completed in 384 milliseconds