Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc226 size_t dex_file_location_size = *reinterpret_cast<const uint32_t*>(oat); in Setup() local
227 if (dex_file_location_size == 0U) { in Setup()
232 oat += sizeof(dex_file_location_size); in Setup()
240 oat += dex_file_location_size; in Setup()
247 std::string dex_file_location(dex_file_location_data, dex_file_location_size); in Setup()