Searched refs:vdex_length (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dvdex_file.cc112 int64_t vdex_length = vdex_file->GetLength(); local
113 if (vdex_length == -1) {
122 vdex_length,
134 size_t vdex_length,
140 if (mmap_addr != nullptr && mmap_size < vdex_length) {
148 vdex_length,
130 OpenAtAddress(uint8_t* mmap_addr, size_t mmap_size, bool mmap_reuse, int file_fd, size_t vdex_length, const std::string& vdex_filename, bool writable, bool low_4gb, bool unquicken, std::string* error_msg) argument
H A Dvdex_file.h175 size_t vdex_length,
200 size_t vdex_length,
210 vdex_length,
199 Open(int file_fd, size_t vdex_length, const std::string& vdex_filename, bool writable, bool low_4gb, bool unquicken, std::string* error_msg) argument
/art/oatdump/
H A Doatdump.cc698 int64_t vdex_length = file->GetLength(); local
699 if (vdex_length == -1) {

Completed in 152 milliseconds