Searched refs:GetJITOptions (Results 1 – 4 of 4) sorted by relevance
372 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()
194 jit::JitOptions* jit_options = runtime->GetJITOptions(); in EnableDebugFeatures()
187 runtime->GetJITOptions()->UseJitCompilation() && in FinishSetup()
665 jit::JitOptions* GetJITOptions() { in GetJITOptions() function