Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc370 uint8_t* w_memory = const_cast<uint8_t*>(GetNonExecutableAddress(x_memory)); in CommitCode()
480 code = GetNonExecutableAddress(code); in FreeCode()
Djit_memory_region.h230 template <typename T> T* GetNonExecutableAddress(T* src_ptr) { in GetNonExecutableAddress() function