HomeSort by relevance Sort by last modified time
    Searched refs:jit_options (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.cc 85 auto* jit_options = new JitOptions; local
86 jit_options->use_jit_compilation_ = options.GetOrDefault(RuntimeArgumentMap::UseJitCompilation);
88 jit_options->code_cache_initial_capacity_ =
90 jit_options->code_cache_max_capacity_ =
92 jit_options->dump_info_on_shutdown_ =
94 jit_options->profile_saver_options_ =
96 jit_options->thread_pool_pthread_priority_ =
100 jit_options->compile_threshold_ = *options.Get(RuntimeArgumentMap::JITCompileThreshold);
102 jit_options->compile_threshold_ =
109 jit_options->compile_threshold_ = RoundUpThreshold(jit_options->compile_threshold_)
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 194 jit::JitOptions* jit_options = runtime->GetJITOptions(); local
195 CHECK(jit_options != nullptr);
197 jit_options->SetJitAtFirstUse();

Completed in 1694 milliseconds