Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc659 uint32_t dex_file_location_size; in Setup() local
660 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup()
667 if (UNLIKELY(dex_file_location_size == 0U)) { in Setup()
673 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) { in Setup()
681 oat += dex_file_location_size; in Setup()
684 std::string_view oat_dex_file_location(dex_file_location_data, dex_file_location_size); in Setup()