Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp943 GateRef jitCallCntOffset = GetJitCallCntOffset(profileTypeInfo); in GetJitCallCnt() local
944 GateRef jitCallCnt = Load(VariableType::INT8(), profileTypeInfo, jitCallCntOffset); in GetJitCallCnt()
1024 GateRef jitCallCntOffset = GetJitCallCntOffset(profileTypeInfo); in IsCompiledOrTryCompile() local
1025 Store(VariableType::INT8(), glue, profileTypeInfo, jitCallCntOffset, TruncInt32ToInt8(newJitCallCnt)); in IsCompiledOrTryCompile() local
1033 GateRef jitCallCntOffset = GetJitCallCntOffset(profileTypeInfo); in IsCompiledOrTryCompile() local
1034 Store(VariableType::INT8(), glue, profileTypeInfo, jitCallCntOffset, TruncInt32ToInt8(newJitCallCnt)); in IsCompiledOrTryCompile() local

Completed in 5 milliseconds