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