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 | 59 bool compress,
|
D | jit_compiler.cc | 149 bool compress, in PackElfFileForJIT() argument 151 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 530 bool compress = compress_entries && end != entries.end(); in RepackEntries() local 533 if (elfs.size() == 1 && removed_subset.empty() && (*begin)->is_compressed_ == compress) { in RepackEntries() 542 elfs, removed_subset, compress, &live_symbols); in RepackEntries() 550 << " size=" << packed.size() << (compress ? "(lzma)" : ""); in RepackEntries() 556 /*is_compressed_=*/ compress); in RepackEntries()
|
D | jit.h | 205 bool compress,
|