Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.h62 bool compress,
Delf_debug_writer.cc232 bool compress, in PackElfFileForJIT() argument
327 if (compress) { in PackElfFileForJIT()
/art/compiler/jit/
Djit_compiler.h64 bool compress,
Djit_compiler.cc159 bool compress, in PackElfFileForJIT() argument
161 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
/art/runtime/jit/
Ddebugger_interface.cc543 bool compress = compress_entries && end != entries.end(); in RepackEntries() local
546 if (elfs.size() == 1 && removed_subset.empty() && (*begin)->is_compressed_ == compress) { in RepackEntries()
555 elfs, removed_subset, compress, &live_symbols); in RepackEntries()
563 << " size=" << packed.size() << (compress ? "(lzma)" : ""); in RepackEntries()
569 /*is_compressed_=*/ compress); in RepackEntries()
Djit.h82 bool compress,