Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h361 return DexEnd() - DexBegin(); in DexSize()
378 EXPORT const uint8_t* DexEnd() const;
Doat_file.cc916 dex_file_container = std::make_shared<MemoryDexFileContainer>(DexBegin(), DexEnd()); in Setup()
2062 const uint8_t* OatFile::DexEnd() const { in DexEnd() function in art::OatFile
2204 GetOatFile()->DexEnd()) { in InitializeTypeLookupTable()