Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp944 GateRef jitCallCnt = Load(VariableType::INT8(), profileTypeInfo, jitCallCntOffset); in GetJitCallCnt() local
945 return ZExtInt8ToInt32(jitCallCnt); in GetJitCallCnt()
1000 GateRef jitCallCnt = GetJitCallCnt(profileTypeInfo); in IsCompiledOrTryCompile() local
1018 BRANCH(Int32Equal(jitCallCnt, jitCallThreshold), &equalJitCallThreshold, &notEqualJitCallThreshold); in IsCompiledOrTryCompile()
1023 GateRef newJitCallCnt = Int32Add(jitCallCnt, Int32(1)); in IsCompiledOrTryCompile()
1029 BRANCH(Int32LessThan(jitCallCnt, jitCallThreshold), &incJitCallCnt, &setResultAsTrue); in IsCompiledOrTryCompile()
1032 GateRef newJitCallCnt = Int32Add(jitCallCnt, Int32(1)); in IsCompiledOrTryCompile()

Completed in 3 milliseconds