Searched refs:jitCallCnt (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.cpp | 944 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, ¬EqualJitCallThreshold); 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