Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit_memory_region.cc372 uint8_t* x_memory = const_cast<uint8_t*>(reserved_code.data()); in CommitCode() local
373 uint8_t* w_memory = const_cast<uint8_t*>(GetNonExecutableAddress(x_memory)); in CommitCode()
376 const uint8_t* result = x_memory + header_size; in CommitCode()
412 cache_flush_success = FlushCpuCaches(x_memory, x_memory + total_size); in CommitCode()