Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h98 bool rwx_memory_allowed,
287 bool InitializeMappings(bool rwx_memory_allowed, bool is_zygote, std::string* error_msg)
Djit_code_cache.cc192 bool JitCodeCache::InitializeMappings(bool rwx_memory_allowed, in InitializeMappings() argument
212 if (!rwx_memory_allowed) { in InitializeMappings()
338 if (rwx_memory_allowed) { in InitializeMappings()
358 bool rwx_memory_allowed, in Create() argument
396 if (!jit_code_cache->InitializeMappings(rwx_memory_allowed, is_zygote, error_msg)) { in Create()
/art/runtime/
Druntime.h644 void CreateJitCodeCache(bool rwx_memory_allowed);
Druntime.cc2559 void Runtime::CreateJitCodeCache(bool rwx_memory_allowed) { in CreateJitCodeCache() argument
2571 rwx_memory_allowed, in CreateJitCodeCache()