Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc197 runtime->CreateJitCodeCache(/*rwx_memory_allowed=*/true); in FinishSetup()
/art/runtime/
Druntime.h644 void CreateJitCodeCache(bool rwx_memory_allowed);
Druntime.cc874 CreateJitCodeCache(/*rwx_memory_allowed=*/true); in Start()
2559 void Runtime::CreateJitCodeCache(bool rwx_memory_allowed) { in CreateJitCodeCache() function in art::Runtime