Home
last modified time | relevance | path

Searched refs:stackLimit (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h373 void SetStackLimit(uint64_t stackLimit) in SetStackLimit() argument
375 stackLimit_ = stackLimit; in SetStackLimit()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3149 GateRef stackLimit = builder_.Load(VariableType::INT64(), glue_, in LowerCheckSafePointAndStackOver() local
3163 … builder_.Branch(builder_.Int64LessThanOrEqual(spValue, stackLimit), &stackOverflow, &dispatch); in LowerCheckSafePointAndStackOver()