Searched defs:actual_image_oat_offset (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc713 uint32_t actual_image_oat_offset = oat_file->GetOatHeader().GetImageFileLocationOatDataBegin(); local
714 if (expected_image_oat_offset != actual_image_oat_offset) {
717 << ", found " << actual_image_oat_offset; local

Completed in 120 milliseconds