Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc370 uint8_t* w_memory = const_cast<uint8_t*>(GetNonExecutableAddress(x_memory)); in CommitCode() local
372 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(w_memory + header_size), alignment); in CommitCode()
376 std::copy(code.begin(), code.end(), w_memory + header_size); in CommitCode()
380 OatQuickMethodHeader::FromCodePointer(w_memory + header_size); in CommitCode()
406 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()