Home
last modified time | relevance | path

Searched refs:raw_size (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dmksnapshot.cc124 int raw_size() { return raw_size_; } in raw_size() function in PartialSnapshotSink
154 raw_size()); in ~CppByteSink()
199 partial_sink_.raw_size()); in WritePartialSnapshot()
Dsnapshot.h55 static int raw_size() { return raw_size_; } in raw_size() function
Dapi.cc350 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 …]
/external/linux-tools-perf/util/
Devsel.c436 data->raw_size = *p; in perf_event__parse_sample()
439 if (sample_overlap(event, p, data->raw_size)) in perf_event__parse_sample()
Devent.h80 u32 raw_size; member
/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h143 UINT32 raw_size; /* size of raw_data */ member
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_discovery.c403 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()
/external/linux-tools-perf/
Dbuiltin-timechart.c512 if (session->sample_type & PERF_SAMPLE_RAW && sample->raw_size > 0) { in process_sample_event()
Dbuiltin-script.c289 sample->raw_size); in process_event()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c1712 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()
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c879 p_bta_jv_cfg->p_sdp_db->raw_size = p_bta_jv_cfg->sdp_raw_size; in bta_jv_start_discovery()
/external/v8/include/
Dv8.h2832 int raw_size; variable