Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc580 uint32_t dex_file_location_size; in Setup() local
581 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup()
588 if (UNLIKELY(dex_file_location_size == 0U)) { in Setup()
594 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) { in Setup()
602 oat += dex_file_location_size; in Setup()
606 std::string(dex_file_location_data, dex_file_location_size)); in Setup()