Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc1037 size_t expected_file_offset = file_offset + relative_offset; in WriteCode() local
1038 if (static_cast<uint32_t>(new_offset) != expected_file_offset) { in WriteCode()
1040 << " Expected: " << expected_file_offset << " File: " << out->GetLocation(); in WriteCode()