Home
last modified time | relevance | path

Searched refs:bytes_to_flush (Results 1 – 5 of 5) sorted by relevance

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