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

/art/runtime/
H A Doat_file.cc249 uint32_t dex_file_location_size = *reinterpret_cast<const uint32_t*>(oat); local
250 if (UNLIKELY(dex_file_location_size == 0U)) {
255 oat += sizeof(dex_file_location_size);
263 oat += dex_file_location_size;
270 std::string dex_file_location(dex_file_location_data, dex_file_location_size);

Completed in 272 milliseconds