Home
last modified time | relevance | path

Searched refs:GetStackLimitOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp115 __ Movq(Operand(glue, JSThread::GlueData::GetStackLimitOffset(false)), temp1); in StackOverflowCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp138 __ Ldr(op, MemoryOperand(glue, JSThread::GlueData::GetStackLimitOffset(false))); in StackOverflowCheck()
Dasm_interpreter_call.cpp141 … __ Ldr(tempRegister, MemoryOperand(glueRegister, JSThread::GlueData::GetStackLimitOffset(false))); in JSCallCommonEntry()
504 __ Ldr(temp, MemoryOperand(glue, JSThread::GlueData::GetStackLimitOffset(false))); in CallNativeWithArgv()
1022 __ Ldr(temp, MemoryOperand(glue, JSThread::GlueData::GetStackLimitOffset(false))); in GeneratorReEnterAsmInterpDispatch()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h932 static size_t GetStackLimitOffset(bool isArch32) in GetStackLimitOffset() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3067 …builder_.IntPtr(JSThread::GlueData::GetStackLimitOffset(builder_.GetCompilationConfig()->Is32Bit()… in LowerCheckSafePointAndStackOver()