Searched refs:bytes_to_process (Results 1 – 4 of 4) sorted by relevance
936 size_t bytes_to_process = 0; in Step() local966 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()
593 size_t ProcessMarkingWorklist(size_t bytes_to_process);
1800 size_t MarkCompactCollector::ProcessMarkingWorklist(size_t bytes_to_process) { in ProcessMarkingWorklist() argument1842 if (bytes_to_process && bytes_processed >= bytes_to_process) { in ProcessMarkingWorklist()1852 size_t bytes_to_process);1855 kTrackNewlyDiscoveredObjects>(size_t bytes_to_process);
387 const u32 bytes_to_process = 2 * frames; in rockchip_spi_16bit_reader() local388 *din += bytes_to_process; in rockchip_spi_16bit_reader()389 *len -= bytes_to_process; in rockchip_spi_16bit_reader()