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.cc403 bool cache_flush_success = true; in CommitCode() local
406 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()
410 if (cache_flush_success) { in CommitCode()
411 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()
416 if (!cache_flush_success) { in CommitCode()