Searched refs:FlushCpuCaches (Results 1 – 4 of 4) sorted by relevance
106 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function152 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function
117 WARN_UNUSED bool FlushCpuCaches(void* begin, void* end);
406 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()411 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()462 if (UNLIKELY(!FlushCpuCaches(roots_data, roots_data + root_table_size + stack_map.size()))) { in CommitData()
115 CHECK(FlushCpuCaches(reinterpret_cast<void*>(base), reinterpret_cast<void*>(base + len))); in MakeExecutable()