Lines Matching refs:JSThread
45 JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget,
48 JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj,
51 JSThread *thread, EcmaRuntimeCallInfo* info, uint32_t numArgs, bool needCheckStack = true);
52 …static inline JSTaggedValue GeneratorReEnterInterpreter(JSThread *thread, JSHandle<GeneratorContex…
53 …static inline JSTaggedValue GeneratorReEnterAot(JSThread *thread, JSHandle<GeneratorContext> conte…
55 static inline void RunInternal(JSThread *thread, const uint8_t *pc, JSTaggedType *sp);
57 static inline void InitStackFrame(JSThread *thread);
64 …static inline bool UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, int…
65 static inline void NotifyBytecodePcChanged(JSThread *thread);
66 static inline void NotifyDebuggerStmt(JSThread *thread);
67 static inline void MethodEntry(JSThread *thread);
68 static inline void MethodExit(JSThread *thread);
69 static inline const JSPandaFile *GetNativeCallPandafile(JSThread *thread);
70 static inline std::pair<JSTaggedValue, JSTaggedValue> GetCurrentEntryPoint(JSThread *thread);
78 static inline JSTaggedType *GetInterpreterFrameEnd(JSThread *thread, JSTaggedType *sp);
82 JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget,