Searched defs:GetPreHeader (Results 1 – 3 of 3) sorted by relevance
173 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function177 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
1686 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { in GetPreHeader() function in art::BCEVisitor
880 HBasicBlock* HLoopInformation::GetPreHeader() const { in GetPreHeader() function in art::HLoopInformation