Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage.cc456 const size_t total_compressed_size = out_offset + separately_written_section_size; in WriteData() local
459 if (total_uncompressed_size != total_compressed_size) { in WriteData()
460 VLOG(compiler) << "CompressedImageSize = " << total_compressed_size; in WriteData()