Searched refs:bytes_to_process (Results 1 – 2 of 2) sorted by relevance
848 intptr_t IncrementalMarking::ProcessMarkingDeque(intptr_t bytes_to_process) { in ProcessMarkingDeque() argument853 while (!marking_deque->IsEmpty() && bytes_processed < bytes_to_process) { in ProcessMarkingDeque()1172 intptr_t bytes_to_process = in Step() local1178 bytes_scanned_ += bytes_to_process; in Step()1191 bytes_processed = ProcessMarkingDeque(bytes_to_process); in Step()
263 INLINE(intptr_t ProcessMarkingDeque(intptr_t bytes_to_process));