Searched refs:icache_line_size (Results 1 – 6 of 6) sorted by relevance
27 uint32_t icache_line_size() const { return ExtractCacheLineSize(0); } in icache_line_size() function in v8::internal::CacheLineSizes50 uintptr_t isize = sizes.icache_line_size(); in FlushICache()
146 const size_t icache_line_size = 4 << ((ctr_el0 >> 0) & 15); in __clear_cache()147 for (addr = xstart; addr < xend; addr += icache_line_size) in __clear_cache()
28 const int kCacheLineSize = CpuFeatures::icache_line_size(); in FlushICache()
88 if (cpu.icache_line_size() != base::CPU::UNKNOWN_CACHE_LINE_SIZE) { in ProbeImpl()89 icache_line_size_ = cpu.icache_line_size(); in ProbeImpl()
78 int icache_line_size() const { return icache_line_size_; } in icache_line_size() function
228 static inline unsigned icache_line_size() { in icache_line_size() function