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

  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 194 jit::JitOptions* jit_options = runtime->GetJITOptions();
  /art/runtime/jit/
jit_code_cache.cc 372 size_t max_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheMaxCapacity();
384 size_t initial_capacity = Runtime::Current()->GetJITOptions()->GetCodeCacheInitialCapacity();
    [all...]
  /art/openjdkjvmti/
deopt_manager.cc 187 runtime->GetJITOptions()->UseJitCompilation() &&
  /art/runtime/
runtime.h 665 jit::JitOptions* GetJITOptions() {
    [all...]

Completed in 49 milliseconds