Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_file.h173 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
177 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/art/compiler/optimizing/
Dbounds_check_elimination.cc1686 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { in GetPreHeader() function in art::BCEVisitor
Dnodes.cc880 HBasicBlock* HLoopInformation::GetPreHeader() const { in GetPreHeader() function in art::HLoopInformation