Home
last modified time | relevance | path

Searched refs:baselineJitHotnessThreshold (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1072 GateRef baselineJitHotnessThreshold = GetBaselineJitHotnessThreshold(profileTypeInfo); in TryJitCompile() local
1073 Branch(Int32Equal(baselineJitHotnessThreshold, Int32(ProfileTypeInfo::JIT_DISABLE_FLAG)), in TryJitCompile()
1077 BRANCH(Int32Equal(jitHotnessCnt, baselineJitHotnessThreshold), in TryJitCompile()
1089 Branch(Int32Equal(baselineJitHotnessThreshold, Int32(ProfileTypeInfo::JIT_DISABLE_FLAG)), in TryJitCompile()

Completed in 3 milliseconds