Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1069 GateRef jitHotnessCnt = GetJitHotnessCnt(profileTypeInfo); in TryJitCompile() local
1077 BRANCH(Int32Equal(jitHotnessCnt, baselineJitHotnessThreshold), in TryJitCompile()
1093 BRANCH(Int32Equal(jitHotnessCnt, jitHotnessThreshold), &equalJitThreshold, &notEqualJitThreshold); in TryJitCompile()
1102 BRANCH(Int32LessThan(jitHotnessCnt, jitHotnessThreshold), &incJitHotnessCntAndCmpOpcode, &exit); in TryJitCompile()
1109 GateRef newJitHotnessCnt = Int16Add(jitHotnessCnt, Int16(1)); in TryJitCompile()
1116 GateRef newJitHotnessCnt = Int16Add(jitHotnessCnt, Int16(1)); in TryJitCompile()

Completed in 3 milliseconds