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

/external/v8/src/
H A Dincremental-marking.cc784 intptr_t bytes_to_process = allocated_ * allocation_marking_factor_;
785 bytes_scanned_ += bytes_to_process;
794 if (heap_->AdvanceSweepers(static_cast<int>(bytes_to_process))) {
802 while (!marking_deque_.IsEmpty() && bytes_to_process > 0) {
817 bytes_to_process -= size;
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.cc1277 size_t bytes_to_process = max_header_length_ - header_length; local
1278 if (bytes_to_process > size) {
1279 bytes_to_process = size;
1281 current += ProcessHeaders(input, bytes_to_process);

Completed in 118 milliseconds