Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_test.cc46 runtime->GetJITOptions()->GetProfileSaverOptions(), in PostRuntimeCreate()
Djit_code_cache.cc221 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity(); in Create()
223 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in Create()
641 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter()
1194 if (Runtime::Current()->GetJITOptions()->CanCompileBaseline()) { in GarbageCollectCache()
1352 if (Runtime::Current()->GetJITOptions()->CanCompileBaseline()) { in DoCollection()
1620 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods()
1969 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity(); in PostForkChildAction()
1970 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity(); in PostForkChildAction()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc197 jit::JitOptions* jit_options = runtime->GetJITOptions(); in EnableDebugFeatures()
285 Runtime::Current()->GetJITOptions()->SetSaveProfilingInfo(profile_system_server); in ZygoteHooks_nativePostForkSystemServer()
/art/openjdkjvmti/
Ddeopt_manager.cc187 runtime->GetJITOptions()->UseJitCompilation() && in FinishSetup()
/art/runtime/
Druntime.h717 jit::JitOptions* GetJITOptions() { in GetJITOptions() function