Searched defs:GetPreHeader (Results 1 - 3 of 3) sorted by relevance

/art/libdexfile/dex/
H A Dcompact_dex_file.h173 ALWAYS_INLINE uint16_t* GetPreHeader() { function in struct:art::CompactDexFile::CodeItem
177 ALWAYS_INLINE const uint16_t* GetPreHeader() const { function in struct:art::CompactDexFile::CodeItem
198 const uint16_t* preheader = GetPreHeader();
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1476 HBasicBlock* block = GetPreHeader(loop, bounds_check);
1565 if (loop->GetPreHeader()->GetLastInstruction()->IsTryBoundary()) {
1634 HBasicBlock* block = GetPreHeader(loop, check);
1684 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { function in class:art::BCEVisitor
1699 return loop->GetPreHeader();
1735 HBasicBlock* block = GetPreHeader(loop, instruction);
1786 HBasicBlock* new_preheader = loop->GetPreHeader();
H A Dnodes.cc621 os << "pre header: " << GetPreHeader()->GetBlockId() << std::endl;
775 // Note that we cannot use GetPreHeader, as the loop may have not been populated
869 DCHECK(inner_loop->GetPreHeader()->GetLoopInformation() == this);
871 HLoopInformation* outer_loop = GetPreHeader()->GetLoopInformation();
877 HBasicBlock* HLoopInformation::GetPreHeader() const { function in class:art::HLoopInformation
2097 loop_update_start = loop_info->GetPreHeader();
2731 new_pre_header->SetLoopInformation(loop->GetPreHeader()->GetLoopInformation()); // outward

Completed in 1673 milliseconds