Home
last modified time | relevance | path

Searched refs:compressed_data (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_heap.cc115 uint8_t* compressed_data = str->GetValueCompressed(); in ReportString() local
117 data[i] = compressed_data[i]; in ReportString()
/art/dex2oat/linker/
Dimage_writer.cc483 std::vector<uint8_t> compressed_data; in Write() local
485 MaybeCompressData(raw_image_data, image_storage_mode_, &compressed_data); in Write()