Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1023 GateRef newJitCallCnt = Int32Add(jitCallCnt, Int32(1)); in IsCompiledOrTryCompile() local
1025 Store(VariableType::INT8(), glue, profileTypeInfo, jitCallCntOffset, TruncInt32ToInt8(newJitCallCnt)); in IsCompiledOrTryCompile()
1032 GateRef newJitCallCnt = Int32Add(jitCallCnt, Int32(1)); in IsCompiledOrTryCompile() local
1034 Store(VariableType::INT8(), glue, profileTypeInfo, jitCallCntOffset, TruncInt32ToInt8(newJitCallCnt)); in IsCompiledOrTryCompile()

Completed in 4 milliseconds