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

  /art/runtime/
oat_file.cc 410 uint32_t lookup_table_offset; local
411 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &lookup_table_offset))) {
419 const uint8_t* lookup_table_data = lookup_table_offset != 0u
420 ? Begin() + lookup_table_offset
422 if (lookup_table_offset != 0u &&
423 (UNLIKELY(lookup_table_offset > Size()) ||
424 UNLIKELY(Size() - lookup_table_offset <
431 lookup_table_offset,
    [all...]
  /art/compiler/
oat_writer.cc     [all...]

Completed in 72 milliseconds