Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1339 std::unique_ptr<uint8_t[]> compressed_data(new uint8_t[compressed_data_size]); in LoadInternal() local
1340 status = source->Read(compressed_data.get(), compressed_data_size, "ReadContent", error); in LoadInternal()
1353 int ret = InflateBuffer(compressed_data.get(), in LoadInternal()
/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.cc501 std::vector<uint8_t> compressed_data; in Write() local
503 MaybeCompressData(raw_image_data, image_storage_mode_, &compressed_data); in Write()