Lines Matching defs:const
44 JSTaggedValue GetGlobalObject() const
49 uintptr_t ComputeObjectAddress(size_t index) const
54 JSHandle<JSTaggedValue> GetGlobalEnvObjectByIndex(size_t index) const
62 JSHandle<JSTaggedValue> GetNoLazyEnvObjectByIndex(size_t index) const
73 size_t GetGlobalEnvFieldSize() const
86 JSThread* GetJSThread() const
99 void AddValueToSnapshotEnv(const JSThread *thread, JSTaggedValue value, uint16_t index, uint32_t offset)
125 JSHandle<JSTaggedValue> GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &string);
126 JSHandle<JSTaggedValue> GetStringFunctionByName(JSThread *thread, const char *name);
127 JSHandle<JSTaggedValue> GetStringPrototypeFunctionByName(JSThread *thread, const char *name);
129 static inline uintptr_t GetFirstDetectorSymbolAddr(const GlobalEnv *env)
136 static uintptr_t GetLastDetectorSymbolAddr(const GlobalEnv *env)
145 inline JSHandle<type> Get##name() const \
147 const uintptr_t address = \
157 inline JSTaggedValue GetTagged##name() const \
168 inline JSHandle<type> GetRaw##name() const \
170 const uintptr_t address = \
176 inline void Set##name(const JSThread *thread, JSHandle<T> value, BarrierMode mode = WRITE_BARRIER) \
188 inline void Set##name(const JSThread *thread, type value, BarrierMode mode = WRITE_BARRIER) \