Home
last modified time | relevance | path

Searched refs:DoStackOverflowCheck (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp45 …if (needCheckStack && UNLIKELY(thread->DoStackOverflowCheck(newSp - numArgs - NUM_MANDATORY_JSFUNC… in NewRuntimeCallInfo()
86 …if (needCheckStack && UNLIKELY(thread->DoStackOverflowCheck(currentSp - numArgs - NUM_MANDATORY_JS… in ReBuildRuntimeCallInfo()
Dinterpreter-inl.h328 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
339 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
350 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
362 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
419 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
431 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
443 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
456 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
652 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs - NUM_MANDATORY_JSFUNC_ARGS))) { in Execute()
705 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - numVregs))) { in Execute()
[all …]
Dinterpreter_assembly.cpp3462 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallarrowrangePrefImm16V8()
3516 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallarrowrangePrefImm16V8()
3605 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallthisrangePrefImm16V8()
3659 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallthisrangePrefImm16V8()
3792 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideNewobjrangePrefImm16V8()
3847 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideNewobjrangePrefImm16V8()
6701 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallarrowrangeImm8Imm8V8()
6755 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallarrowrangeImm8Imm8V8()
6844 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallthisrangeImm8Imm8V8()
6898 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp48 return !thread_->DoStackOverflowCheck(top_ - size); in Reserve()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp339 bool JSThread::DoStackOverflowCheck(const JSTaggedType *sp) in DoStackOverflowCheck() function in panda::ecmascript::JSThread
Djs_thread.h260 bool DoStackOverflowCheck(const JSTaggedType *sp);