Searched defs:bytes_to_flush (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.cc820 int bytes_to_flush = CachePage::kPageSize - offset; local
821 FlushOnePage(i_cache, start, bytes_to_flush);
822 start += bytes_to_flush;
823 size -= bytes_to_flush;
/external/v8/src/mips64/
H A Dsimulator-mips64.cc753 int bytes_to_flush = CachePage::kPageSize - offset; local
754 FlushOnePage(i_cache, start, bytes_to_flush);
755 start += bytes_to_flush;
756 size -= bytes_to_flush;
/external/v8/src/ppc/
H A Dsimulator-ppc.cc670 int bytes_to_flush = CachePage::kPageSize - offset; local
671 FlushOnePage(i_cache, start, bytes_to_flush);
672 start += bytes_to_flush;
673 size -= bytes_to_flush;
/external/v8/src/arm/
H A Dsimulator-arm.cc590 int bytes_to_flush = CachePage::kPageSize - offset; local
591 FlushOnePage(i_cache, start, bytes_to_flush);
592 start += bytes_to_flush;
593 size -= bytes_to_flush;
/external/v8/src/s390/
H A Dsimulator-s390.cc672 int bytes_to_flush = CachePage::kPageSize - offset; local
673 FlushOnePage(i_cache, start, bytes_to_flush);
674 start += bytes_to_flush;
675 size -= bytes_to_flush;

Completed in 120 milliseconds