Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc371 uint8_t* x_memory = const_cast<uint8_t*>(reserved_code.data()); in CommitCode() local
372 uint8_t* w_memory = const_cast<uint8_t*>(GetNonExecutableAddress(x_memory)); in CommitCode()
375 const uint8_t* result = x_memory + header_size; in CommitCode()
408 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()