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

/art/dexlayout/
H A Ddexlayout.h119 dex_ir::Header* GetHeader() const { return header_; } function in class:art::DexLayout
/art/libdexfile/dex/
H A Dcompact_dex_file.h268 const Header& GetHeader() const { function in class:art::CompactDexFile
269 return down_cast<const Header&>(DexFile::GetHeader());
H A Ddex_file.h444 const Header& GetHeader() const { function in class:art::DexFile::MethodHandleType
451 return GetHeader().GetVersion();
/art/runtime/
H A Delf_file.cc176 program_headers_start_ = Begin() + GetHeader().e_phoff;
178 if (!CheckAndSet(GetHeader().e_phoff, "program headers", &program_headers_start_, error_msg)) {
183 if (!CheckAndSet(GetHeader().e_shoff, "section headers", &section_headers_start_, error_msg)) {
408 int64_t offset = static_cast<int64_t>(GetHeader().e_shoff +
409 (GetHeader().e_shstrndx * GetHeader().e_shentsize));
556 typename ElfTypes::Ehdr& ElfFileImpl<ElfTypes>::GetHeader() const { function in class:art::ElfFileImpl
681 return GetHeader().e_phnum;
687 uint8_t* program_header = GetProgramHeadersStart() + (i * GetHeader().e_phentsize);
707 return GetHeader()
[all...]
/art/compiler/optimizing/
H A Dnodes.h785 HBasicBlock* GetHeader() const { function in class:art::HLoopInformation
1008 DCHECK_EQ(loop_information_->GetHeader(), this);
1018 if (loop_information_ == nullptr || loop_information_->GetHeader() != this) {
1212 return IsInLoop() && (loop_information_->GetHeader() == this);
1237 } else if (loop_information_->Contains(*info->GetHeader())) {
1244 // Note that we cannot do the check `info->Contains(loop_information_)->GetHeader()`
7490 blocks_(info.GetHeader()->GetGraph()->GetBlocks()),
7523 blocks_(info.GetHeader()->GetGraph()->GetReversePostOrder()),

Completed in 89 milliseconds