Searched refs:w_memory (Results 1 – 1 of 1) sorted by relevance
372 uint8_t* w_memory = const_cast<uint8_t*>(GetNonExecutableAddress(x_memory)); in CommitCode() local374 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(w_memory + header_size), alignment); in CommitCode()378 std::copy(code.begin(), code.end(), w_memory + header_size); in CommitCode()382 OatQuickMethodHeader::FromCodePointer(w_memory + header_size); in CommitCode()403 cache_flush_success = FlushCpuCaches(w_memory, w_memory + total_size); in CommitCode()