Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1071 GateRef osrHotnessCnt = GetOsrHotnessCnt(profileTypeInfo); in TryJitCompile() local
1138 BRANCH(Int32Equal(osrHotnessCnt, osrHotnessThreshold), &equalOsrThreshold, &notEqualOsrThreshold); in TryJitCompile()
1154 BRANCH(Int32LessThan(osrHotnessCnt, osrHotnessThreshold), &incOsrHotnessCnt, &exit); in TryJitCompile()
1158 GateRef newOsrHotnessCnt = Int16Add(osrHotnessCnt, Int16(1)); in TryJitCompile()

Completed in 3 milliseconds