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 | 232 bool compress, in PackElfFileForJIT() argument 327 if (compress) { in PackElfFileForJIT()
|
/art/compiler/jit/ |
D | jit_compiler.h | 64 bool compress,
|
D | jit_compiler.cc | 159 bool compress, in PackElfFileForJIT() argument 161 return debug::PackElfFileForJIT(elf_files, removed_symbols, compress, num_symbols); in PackElfFileForJIT()
|
/art/runtime/jit/ |
D | debugger_interface.cc | 543 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()
|
D | jit.h | 82 bool compress,
|