Searched refs:jitHotnessCnt (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.cpp | 1069 GateRef jitHotnessCnt = GetJitHotnessCnt(profileTypeInfo); in TryJitCompile() local 1077 BRANCH(Int32Equal(jitHotnessCnt, baselineJitHotnessThreshold), in TryJitCompile() 1093 BRANCH(Int32Equal(jitHotnessCnt, jitHotnessThreshold), &equalJitThreshold, ¬EqualJitThreshold); 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