Searched refs:compress (Results 1 – 6 of 6) sorted by relevance
/art/compiler/debug/ |
D | elf_debug_writer.h | 62 bool compress,
|
D | elf_debug_writer.cc | 233 bool compress, in PackElfFileForJIT() argument 326 if (compress) { in PackElfFileForJIT()
|
/art/compiler/jit/ |
D | jit_compiler.h | 58 bool compress,
|
D | jit_compiler.cc | 147 bool compress, in PackElfFileForJIT() argument 149 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 517 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()
|
D | jit.h | 204 bool compress,
|