Lines Matching full:static
38 static const int16_t METHOD_HOTNESS_THRESHOLD = 0x700;
39 static const int16_t METHOD_HOTNESS_THRESHOLD_FACTOR = 10;
42 static inline JSTaggedValue Execute(EcmaRuntimeCallInfo *info);
43 static inline JSTaggedValue ExecuteNative(EcmaRuntimeCallInfo *info);
44 static EcmaRuntimeCallInfo* NewRuntimeCallInfo(
47 static EcmaRuntimeCallInfo* NewRuntimeCallInfo(
50 static EcmaRuntimeCallInfo* ReBuildRuntimeCallInfo(
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);
58 static inline void InitStackFrame(EcmaContext *context);
59 static inline size_t GetJumpSizeAfterCall(const uint8_t *prevPc);
61 static inline JSTaggedValue GetRuntimeProfileTypeInfo(JSTaggedType *sp);
62 static inline JSTaggedValue GetConstantPool(JSTaggedType *sp);
63 static inline JSTaggedValue GetEcmaModule(JSTaggedType *sp);
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);
71 static inline JSTaggedValue GetFunction(JSTaggedType *sp);
72 static inline JSTaggedValue GetNewTarget(JSTaggedType *sp);
73 static inline JSTaggedValue GetThis(JSTaggedType *sp);
74 static inline uint32_t GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx);
75 static inline bool IsFastNewFrameEnter(JSFunction *ctor, JSHandle<Method> method);
76 static inline bool IsFastNewFrameExit(JSTaggedType *sp);
77 static inline int16_t GetHotnessCounter(uint32_t codeSize);
78 static inline JSTaggedType *GetInterpreterFrameEnd(JSThread *thread, JSTaggedType *sp);
80 static inline void InitStackFrameForSP(JSTaggedType *prevSp);
81 static inline EcmaRuntimeCallInfo* NewRuntimeCallInfoBase(