Searched defs:GetPreHeader (Results 1 – 2 of 2) 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