Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc577 const size_t total_uncompressed_size = image_info.image_size_ + in Write() local
581 VLOG(compiler) << "Dex2Oat:uncompressedImageSize = " << total_uncompressed_size; in Write()
582 if (total_uncompressed_size != total_compressed_size) { in Write()