Home
last modified time | relevance | path

Searched refs:DexEnd (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file.h343 return DexEnd() - DexBegin(); in DexSize()
359 const uint8_t* DexEnd() const;
Dvdex_file.cc216 return (data == DexEnd()) ? nullptr : data + sizeof(QuickeningTableOffsetType); in GetNextDexFileData()
283 DCHECK_LT(source_dex_begin, DexEnd()); in GetQuickeningInfoTableOffset()
Dvdex_file.h386 const uint8_t* DexEnd() const { in DexEnd() function
Doat_file.cc1760 const uint8_t* OatFile::DexEnd() const { in DexEnd() function in art::OatFile