Home
last modified time | relevance | path

Searched defs:jitCallThreshold (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp98 uint8_t jitCallThreshold = ohos::JitTools::GetJitCallThreshold(options.GetJitCallThreshold()); in ConfigOptions() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp914 GateRef jitCallThreshold = Load(VariableType::INT8(), profileTypeInfo, jitCallThresholdOffset); in GetJitCallThreshold() local
982 GateRef jitCallThreshold = GetJitCallThreshold(profileTypeInfo); in IsCompiledOrTryCompile() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3366 uint8_t jitCallThreshold = vm_->GetJSOptions().GetJitCallThreshold(); in NewProfileTypeInfo() local