Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc367 dex_file_pointer_(dex_file_pointer), in OatDexFile()
373 return reinterpret_cast<const DexFile::Header*>(dex_file_pointer_)->file_size_; in FileSize()
377 return DexFile::Open(dex_file_pointer_, FileSize(), dex_file_location_, in OpenDexFile()
Doat_file.h200 const byte* dex_file_pointer_; variable