Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h348 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
359 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
370 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
382 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
439 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
451 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
463 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
476 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
Dinterpreter.cpp44 UNLIKELY(thread->DoStackOverflowCheck(newSp - numArgs - NUM_MANDATORY_JSFUNC_ARGS))) { in NewRuntimeCallInfoBase()
102 UNLIKELY(thread->DoStackOverflowCheck(currentSp - numArgs - NUM_MANDATORY_JSFUNC_ARGS))) { in ReBuildRuntimeCallInfo()
Dinterpreter-inl.cpp335 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
346 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
357 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
369 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs))) { \
426 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
438 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
450 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
463 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - num))) { \
669 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - actualNumArgs - NUM_MANDATORY_JSFUNC_ARGS))) { in Execute()
722 if (UNLIKELY(thread->DoStackOverflowCheck(newSp - numVregs))) { in Execute()
[all …]
Dinterpreter_assembly.cpp3532 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallarrowrangePrefImm16V8()
3586 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallarrowrangePrefImm16V8()
3675 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallthisrangePrefImm16V8()
3729 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideSupercallthisrangePrefImm16V8()
3862 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideNewobjrangePrefImm16V8()
3917 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleWideNewobjrangePrefImm16V8()
7014 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallarrowrangeImm8Imm8V8()
7068 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallarrowrangeImm8Imm8V8()
7157 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallthisrangeImm8Imm8V8()
7211 if (UNLIKELY(thread->DoStackOverflowCheck(newSp))) { in HandleSupercallthisrangeImm8Imm8V8()
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp45 return !thread_->DoStackOverflowCheck(top_ - size); in Reserve()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp520 bool JSThread::DoStackOverflowCheck(const JSTaggedType *sp) in DoStackOverflowCheck() function in panda::ecmascript::JSThread
Djs_thread.h214 bool DoStackOverflowCheck(const JSTaggedType *sp);