Searched refs:FlushCpuCaches (Results 1 – 4 of 4) sorted by relevance
403 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()408 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()459 if (UNLIKELY(!FlushCpuCaches(roots_data, roots_data + root_table_size + stack_map.size()))) { in CommitData()
108 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function154 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function
126 WARN_UNUSED bool FlushCpuCaches(void* begin, void* end);
98 success = FlushCpuCaches(rw_map_.Begin(), rw_map_.End()); in CodeAndMetadata()