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 NewRuntimeCallInfoBase()
102 …if (needCheckStack && UNLIKELY(thread->DoStackOverflowCheck(currentSp - numArgs - NUM_MANDATORY_JS… in ReBuildRuntimeCallInfo()
Dinterpreter-inl.h346 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
357 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
368 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
380 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
437 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
449 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
461 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
474 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
675 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs - NUM_MANDATORY_JSFUNC_ARGS))) { in Execute()
728 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - numVregs))) { in Execute()
[all …]
Dinterpreter_assembly.cpp3500 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallarrowrangePrefImm16V8()
3554 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallarrowrangePrefImm16V8()
3643 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallthisrangePrefImm16V8()
3697 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallthisrangePrefImm16V8()
3830 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideNewobjrangePrefImm16V8()
3885 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideNewobjrangePrefImm16V8()
6804 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallarrowrangeImm8Imm8V8()
6858 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallarrowrangeImm8Imm8V8()
6947 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallthisrangeImm8Imm8V8()
7001 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.cpp355 bool JSThread::DoStackOverflowCheck(const JSTaggedType *sp) in DoStackOverflowCheck() function in panda::ecmascript::JSThread
Djs_thread.h151 bool DoStackOverflowCheck(const JSTaggedType *sp);