Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_memory_region.cc46 bool rwx_memory_allowed, in Initialize() argument
80 if (!rwx_memory_allowed) { in Initialize()
211 if (rwx_memory_allowed) { in Initialize()
Djit_memory_region.h70 bool rwx_memory_allowed,
Djit_code_cache.h191 bool rwx_memory_allowed,
Djit_code_cache.cc204 bool rwx_memory_allowed, in Create() argument
235 rwx_memory_allowed, in Create()
/art/runtime/
Druntime.h700 void CreateJitCodeCache(bool rwx_memory_allowed);
Druntime.cc2648 void Runtime::CreateJitCodeCache(bool rwx_memory_allowed) { in CreateJitCodeCache() argument
2660 rwx_memory_allowed, in CreateJitCodeCache()