Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc225 jit::JitOptions* jit_options = runtime->GetJITOptions(); in EnableDebugFeatures()
/art/openjdkjvmti/
Ddeopt_manager.cc132 runtime->GetJITOptions()->UseJitCompilation() && in FinishSetup()
/art/runtime/
Druntime.h638 jit::JitOptions* GetJITOptions() { in GetJITOptions() function
/art/runtime/jit/
Djit_code_cache.cc721 uint16_t jit_warmup_threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in ClearMethodCounter()
1610 uint16_t jit_compile_threshold = Runtime::Current()->GetJITOptions()->GetCompileThreshold(); in GetProfiledMethods()