Searched refs:DoStackOverflowCheck (Results 1 – 6 of 6) sorted by relevance
45 …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()
328 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 …]
3462 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 …]
48 return !thread_->DoStackOverflowCheck(top_ - size); in Reserve()
339 bool JSThread::DoStackOverflowCheck(const JSTaggedType *sp) in DoStackOverflowCheck() function in panda::ecmascript::JSThread
260 bool DoStackOverflowCheck(const JSTaggedType *sp);