HomeSort by relevance Sort by last modified time
    Searched refs:bytes_to_process (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/heap/
incremental-marking.h 194 INLINE(intptr_t ProcessMarkingDeque(intptr_t bytes_to_process));
incremental-marking.cc 670 intptr_t IncrementalMarking::ProcessMarkingDeque(intptr_t bytes_to_process) {
673 while (!marking_deque_.IsEmpty() && bytes_processed < bytes_to_process) {
926 intptr_t bytes_to_process = local
932 bytes_scanned_ += bytes_to_process;
945 bytes_processed = ProcessMarkingDeque(bytes_to_process);
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_frame.cc 1261 size_t bytes_to_process = max_header_length_ - header_length; local
    [all...]

Completed in 78 milliseconds