Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc372 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
384 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity(); in Create()
948 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter()
1960 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods()
2255 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity(); in PostForkChildAction()
2256 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc194 jit::JitOptions* jit_options = runtime->GetJITOptions(); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc187 runtime->GetJITOptions()->UseJitCompilation() && in FinishSetup()
/art/runtime/
Druntime.h665 jit::JitOptions* GetJITOptions() { in GetJITOptions() function