Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc288 uint32_t dex_file_offset = *reinterpret_cast<const uint32_t*>(oat); in Setup() local
289 if (UNLIKELY(dex_file_offset == 0U)) { in Setup()
294 if (UNLIKELY(dex_file_offset > Size())) { in Setup()
297 dex_file_location.c_str(), dex_file_offset, Size()); in Setup()
300 oat += sizeof(dex_file_offset); in Setup()
308 const uint8_t* dex_file_pointer = Begin() + dex_file_offset; in Setup()