Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc879 const size_t total_compressed_size = out_offset + separately_written_section_size; in Write() local
882 if (total_uncompressed_size != total_compressed_size) { in Write()
883 VLOG(compiler) << "Dex2Oat:compressedImageSize = " << total_compressed_size; in Write()