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

/art/runtime/
H A Dclass_linker.cc1004 uintptr_t expected_image_oat_offset = reinterpret_cast<uintptr_t>(image_header.GetOatDataBegin()); local
1006 if (expected_image_oat_offset != actual_image_oat_offset) {
1008 PRIuPTR ", found %ud", oat_location, expected_image_oat_offset,

Completed in 348 milliseconds