Searched refs:raw_size (Results 1 – 12 of 12) sorted by relevance
124 int raw_size() { return raw_size_; } in raw_size() function in PartialSnapshotSink154 raw_size()); in ~CppByteSink()199 partial_sink_.raw_size()); in WritePartialSnapshot()
55 static int raw_size() { return raw_size_; } in raw_size() function
350 i::NewArray<char>(compressed_data[i].raw_size); in Decompress()353 &compressed_data[i].raw_size, in Decompress()358 ASSERT_EQ(0, compressed_data[i].raw_size); in Decompress()399 compressed_data[kSnapshot].raw_size = i::Snapshot::raw_size(); in GetCompressedStartupData()405 compressed_data[kSnapshotContext].raw_size = i::Snapshot::context_raw_size(); in GetCompressedStartupData()411 compressed_data[kLibraries].raw_size = i::Natives::GetRawScriptsSize(); in GetCompressedStartupData()419 compressed_data[kExperimentalLibraries].raw_size = in GetCompressedStartupData()427 ASSERT_EQ(i::Snapshot::raw_size(), decompressed_data[kSnapshot].raw_size); in SetDecompressedStartupData()432 decompressed_data[kSnapshotContext].raw_size); in SetDecompressedStartupData()438 decompressed_data[kLibraries].raw_size); in SetDecompressedStartupData()[all …]
436 data->raw_size = *p; in perf_event__parse_sample()439 if (sample_overlap(event, p, data->raw_size)) in perf_event__parse_sample()
80 u32 raw_size; member
143 UINT32 raw_size; /* size of raw_data */ member
403 cpy_len = p_ccb->p_db->raw_size - p_ccb->p_db->raw_used; in sdp_copy_raw_data()418 list_len, cpy_len, p_ccb->p_db->raw_size, p_ccb->p_db->raw_used); in sdp_copy_raw_data()
512 if (session->sample_type & PERF_SAMPLE_RAW && sample->raw_size > 0) { in process_sample_event()
289 sample->raw_size); in process_event()
1712 bta_dm_search_cb.p_sdp_db->raw_size = 0; in bta_dm_sdp_result()2134 bta_dm_search_cb.p_sdp_db->raw_size = MAX_DISC_RAW_DATA_BUF; in bta_dm_find_services()
879 p_bta_jv_cfg->p_sdp_db->raw_size = p_bta_jv_cfg->sdp_raw_size; in bta_jv_start_discovery()
2832 int raw_size; variable