Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp761 LLVMValueRef spValue = ReadRegister(module_, builder_, metadataNode); in GetCurrentSP() local
762 return spValue; in GetCurrentSP()
908 LLVMValueRef spValue = GetCurrentSP(); in VisitReadSp() local
909 Bind(gate, spValue); in VisitReadSp()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp3624 GateRef spValue = builder_.ReadSp(); in LowerCheckSafePointAndStackOver() local
3634 builder_.Branch(builder_.Int64LessThanOrEqual(spValue, stackLimit), &stackOverflow, &dispatch, in LowerCheckSafePointAndStackOver()

Completed in 24 milliseconds