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.cc233 bool compress, in PackElfFileForJIT() argument
326 if (compress) { in PackElfFileForJIT()
/art/compiler/jit/
Djit_compiler.h58 bool compress,
Djit_compiler.cc147 bool compress, in PackElfFileForJIT() argument
149 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
/art/runtime/jit/
Ddebugger_interface.cc517 bool compress = compress_entries && end != entries.end(); in RepackEntries() local
520 if (elfs.size() == 1 && removed_subset.empty() && (*begin)->is_compressed_ == compress) { in RepackEntries()
529 elfs, removed_subset, compress, &live_symbols); in RepackEntries()
537 << " size=" << packed.size() << (compress ? "(lzma)" : ""); in RepackEntries()
543 /*is_compressed_=*/ compress); in RepackEntries()
Djit.h204 bool compress,