Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dincremental-marking.cc848 intptr_t IncrementalMarking::ProcessMarkingDeque(intptr_t bytes_to_process) { in ProcessMarkingDeque() argument
853 while (!marking_deque->IsEmpty() && bytes_processed < bytes_to_process) { in ProcessMarkingDeque()
1172 intptr_t bytes_to_process = in Step() local
1178 bytes_scanned_ += bytes_to_process; in Step()
1191 bytes_processed = ProcessMarkingDeque(bytes_to_process); in Step()
Dincremental-marking.h263 INLINE(intptr_t ProcessMarkingDeque(intptr_t bytes_to_process));