Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc1064 uint8_t* x_memory = reinterpret_cast<uint8_t*>(FromCodeToAllocation(code_ptr)); in CommitCodeInternal() local
1065 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCodeInternal()