Home
last modified time | relevance | path

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

/art/libartbase/base/
Dutils.cc106 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function
152 bool FlushCpuCaches(void* begin, void* end) { in FlushCpuCaches() function
Dutils.h117 WARN_UNUSED bool FlushCpuCaches(void* begin, void* end);
/art/runtime/jit/
Djit_memory_region.cc406 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()
/art/compiler/
Dcommon_compiler_test.cc115 CHECK(FlushCpuCaches(reinterpret_cast<void*>(base), reinterpret_cast<void*>(base + len))); in MakeExecutable()