Searched refs:bytes_to_flush (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 670 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/ |
D | simulator-mips.cc | 820 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/ |
D | simulator-mips64.cc | 753 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/ |
D | simulator-arm.cc | 590 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/ |
D | simulator-s390.cc | 672 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()
|