Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc369 uint8_t* x_memory = const_cast<uint8_t*>(reserved_code.data()); in CommitCode() local
370 uint8_t* w_memory = const_cast<uint8_t*>(GetNonExecutableAddress(x_memory)); in CommitCode()
373 const uint8_t* result = x_memory + header_size; in CommitCode()
411 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()