Searched refs:dex_file_location_size (Results 1 – 1 of 1) sorted by relevance
559 uint32_t dex_file_location_size; in Setup() local560 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_location_size))) { in Setup()567 if (UNLIKELY(dex_file_location_size == 0U)) { in Setup()573 if (UNLIKELY(static_cast<size_t>(End() - oat) < dex_file_location_size)) { in Setup()581 oat += dex_file_location_size; in Setup()585 std::string oat_dex_file_location(dex_file_location_data, dex_file_location_size); in Setup()842 std::string_view key(dex_file_location_data, dex_file_location_size); in Setup()