Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcompact_dex_file.h191 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
195 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/art/compiler/optimizing/
Dbounds_check_elimination.cc1787 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { in GetPreHeader() function in art::BCEVisitor
Dnodes.cc1053 HBasicBlock* HLoopInformation::GetPreHeader() const { in GetPreHeader() function in art::HLoopInformation