Searched refs:needCheckStack (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 41 uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfoBase() argument 45 …if (needCheckStack && UNLIKELY(thread->DoStackOverflowCheck(newSp - numArgs - NUM_MANDATORY_JSFUNC… in NewRuntimeCallInfoBase() 71 uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo() argument 74 numArgs, needCheckStack); in NewRuntimeCallInfo() 79 JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, bool needCheckStack) in NewRuntimeCallInfo() argument 82 numArgs, needCheckStack); in NewRuntimeCallInfo() 86 uint32_t numArgs, bool needCheckStack) in ReBuildRuntimeCallInfo() argument 102 …if (needCheckStack && UNLIKELY(thread->DoStackOverflowCheck(currentSp - numArgs - NUM_MANDATORY_JS… in ReBuildRuntimeCallInfo()
|
| D | interpreter.h | 46 uint32_t numArgs, bool needCheckStack = true); 49 JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, bool needCheckStack = true); 51 JSThread *thread, EcmaRuntimeCallInfo* info, uint32_t numArgs, bool needCheckStack = true); 83 uint32_t numArgs, bool needCheckStack = true);
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 209 …ct> GetJSError(const ErrorType &errorType, const char *data = nullptr, bool needCheckStack = true); 212 bool needCheckStack = true);
|
| D | object_factory.cpp | 850 …bject> ObjectFactory::GetJSError(const ErrorType &errorType, const char *data, bool needCheckStack) in GetJSError() argument 860 return NewJSError(errorType, handleMsg, needCheckStack); in GetJSError() 863 return NewJSError(errorType, emptyString, needCheckStack); in GetJSError() 867 bool needCheckStack) in NewJSError() argument 922 … EcmaInterpreter::NewRuntimeCallInfo(thread_, ctor, nativePrototype, undefined, 1, needCheckStack); in NewJSError()
|