Searched defs:GetHeaderSize (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat.cc469 size_t OatHeader::GetHeaderSize() const { function in class:art::OatHeader
H A Ddex_file.h249 static constexpr size_t GetHeaderSize() { function in class:art::DexFile::TypeList
255 return GetHeaderSize() + sizeof(TypeItem) * count;

Completed in 209 milliseconds