Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc877 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local
878 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()
879 start += bytes_to_flush; in FlushICache()
880 size -= bytes_to_flush; in FlushICache()
/external/v8/src/mips64/
Dsimulator-mips64.cc807 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local
808 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()
809 start += bytes_to_flush; in FlushICache()
810 size -= bytes_to_flush; in FlushICache()
/external/v8/src/arm/
Dsimulator-arm.cc645 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local
646 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()
647 start += bytes_to_flush; in FlushICache()
648 size -= bytes_to_flush; in FlushICache()