Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc578 uint32_t dex_file_location_size; in Setup() local
579 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup()
586 if (UNLIKELY(dex_file_location_size == 0U)) { in Setup()
592 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) { in Setup()
600 oat += dex_file_location_size; in Setup()
603 std::string_view oat_dex_file_location(dex_file_location_data, dex_file_location_size); in Setup()