HomeSort by relevance Sort by last modified time
    Searched defs:vdex_length (Results 1 - 2 of 2) sorted by null

  /art/runtime/
vdex_file.cc 112 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,
  /art/oatdump/
oatdump.cc 698 int64_t vdex_length = file->GetLength(); local
699 if (vdex_length == -1) {
    [all...]

Completed in 74 milliseconds