Home
last modified time | relevance | path

Searched refs:FlushCpuCaches (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit_memory_region.cc407 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()
412 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()
463 if (UNLIKELY(!FlushCpuCaches(roots_data, roots_data + root_table_size + stack_map.size()))) { in CommitData()
/art/libartbase/base/
Dutils.cc108 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function
154 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function
Dutils.h126 WARN_UNUSED bool FlushCpuCaches(void* begin, void* end);
/art/compiler/
Dcommon_compiler_test.cc98 success = FlushCpuCaches(rw_map_.Begin(), rw_map_.End()); in CodeAndMetadata()