Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc400 bool cache_flush_success = true; in CommitCode() local
403 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()
407 if (cache_flush_success) { in CommitCode()
408 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()
413 if (!cache_flush_success) { in CommitCode()