Home
last modified time | relevance | path

Searched refs:bytes_to_process (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc936 size_t bytes_to_process = 0; in Step() local
966 bytes_to_process = Min(ComputeStepSizeInBytes(step_origin), max_step_size); in Step()
967 bytes_to_process = Max(bytes_to_process, kMinStepSizeInBytes); in Step()
975 v8_bytes_processed = collector_->ProcessMarkingWorklist(bytes_to_process); in Step()
983 static_cast<double>(bytes_to_process) / marking_speed); in Step()
1020 v8_bytes_processed / KB, bytes_to_process / KB, embedder_duration, in Step()
Dmark-compact.h593 size_t ProcessMarkingWorklist(size_t bytes_to_process);
Dmark-compact.cc1800 size_t MarkCompactCollector::ProcessMarkingWorklist(size_t bytes_to_process) { in ProcessMarkingWorklist() argument
1842 if (bytes_to_process && bytes_processed >= bytes_to_process) { in ProcessMarkingWorklist()
1852 size_t bytes_to_process);
1855 kTrackNewlyDiscoveredObjects>(size_t bytes_to_process);
/external/u-boot/drivers/spi/
Drk_spi.c387 const u32 bytes_to_process = 2 * frames; in rockchip_spi_16bit_reader() local
388 *din += bytes_to_process; in rockchip_spi_16bit_reader()
389 *len -= bytes_to_process; in rockchip_spi_16bit_reader()