Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc1056 bool cache_flush_success = true; in CommitCodeInternal() local
1059 cache_flush_success = FlushCpuCaches(nox_memory, nox_memory + total_size); in CommitCodeInternal()
1063 if (cache_flush_success) { in CommitCodeInternal()
1065 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCodeInternal()
1070 if (!cache_flush_success) { in CommitCodeInternal()