HomeSort by relevance Sort by last modified time
    Searched defs:GetPreHeader (Results 1 - 3 of 3) sorted by null

  /art/libdexfile/dex/
compact_dex_file.h 173 ALWAYS_INLINE uint16_t* GetPreHeader() {
177 ALWAYS_INLINE const uint16_t* GetPreHeader() const {
198 const uint16_t* preheader = GetPreHeader();
  /art/compiler/optimizing/
bounds_check_elimination.cc     [all...]
nodes.cc 621 os << "pre header: " << GetPreHeader()->GetBlockId() << std::endl;
775 // Note that we cannot use GetPreHeader, as the loop may have not been populated
    [all...]

Completed in 77 milliseconds