Home
last modified time | relevance | path

Searched refs:XzCompress (Results 1 – 3 of 3) sorted by relevance

/art/libelffile/elf/
Dxz_utils.h26 void XzCompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst, int level = 1 /* speed */);
Dxz_utils.cc45 void XzCompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst, int level) { in XzCompress() function
/art/compiler/debug/
Delf_debug_writer.cc144 XzCompress(ArrayRef<const uint8_t>(buffer), &compressed_buffer); in MakeMiniDebugInfoInternal()
330 XzCompress(ArrayRef<const uint8_t>(inner_elf_file), &gnu_debugdata); in PackElfFileForJIT()