Searched refs:compressed (Results 1 – 2 of 2) sorted by relevance
/art/libelffile/elf/ |
D | elf_debug_reader.h | 81 auto compressed = Read<uint8_t>(gnu_debugdata->sh_offset, gnu_debugdata->sh_size); in ElfDebugReader() local 82 XzDecompress(compressed, &decompressed_gnu_debugdata_); in ElfDebugReader()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2365 daddiu $a0, $a0, 1 # point at this.charAt(i++) - compressed 2379 daddiu $a1, $a1, 1 # point at anotherString.charAt(i++) - compressed 2387 daddiu $a0, $a0, 1 # point at this.charAt(i++) - compressed 2390 daddiu $a1, $a1, 1 # point at anotherString.charAt(i++) - compressed
|