Lines Matching refs:JSThread
45 JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj,
48 JSThread *thread, EcmaRuntimeCallInfo* info, uint32_t numArgs, bool needCheckStack = true);
49 …static inline JSTaggedValue GeneratorReEnterInterpreter(JSThread *thread, JSHandle<GeneratorContex…
50 …static inline JSTaggedValue GeneratorReEnterAot(JSThread *thread, JSHandle<GeneratorContext> conte…
52 static inline void RunInternal(JSThread *thread, const uint8_t *pc, JSTaggedType *sp);
54 static inline void InitStackFrame(JSThread *thread);
61 …static inline bool UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, int…
62 static inline void NotifyBytecodePcChanged(JSThread *thread);
63 static inline void NotifyDebuggerStmt(JSThread *thread);
64 static inline void MethodEntry(JSThread *thread);
65 static inline void MethodExit(JSThread *thread);
66 static inline const JSPandaFile *GetNativeCallPandafile(JSThread *thread);
67 static inline JSTaggedValue GetCurrentEntryPoint(JSThread *thread);
75 static inline JSTaggedType *GetInterpreterFrameEnd(JSThread *thread, JSTaggedType *sp);