• Home
  • Raw
  • Download

Lines Matching defs:handler

74     static inline bool IsAccessor(uint32_t handler)  in IsAccessor()
79 static inline bool IsInternalAccessor(uint32_t handler) in IsInternalAccessor()
84 static inline TrackType GetTrackType(uint32_t handler) in GetTrackType()
89 static inline bool IsNonExist(uint32_t handler) in IsNonExist()
94 static inline bool IsField(uint32_t handler) in IsField()
99 static inline bool IsNonSharedStoreField(uint32_t handler) in IsNonSharedStoreField()
104 static inline bool IsStoreShared(uint32_t handler) in IsStoreShared()
109 static inline void ClearSharedStoreKind(uint32_t &handler) in ClearSharedStoreKind()
114 static inline bool IsString(uint32_t handler) in IsString()
119 static inline bool IsStringLength(uint32_t handler) in IsStringLength()
124 static inline bool IsElement(uint32_t handler) in IsElement()
129 static inline bool IsNormalElement(uint32_t handler) in IsNormalElement()
134 static inline bool IsStringElement(uint32_t handler) in IsStringElement()
139 static inline bool IsTypedArrayElement(uint32_t handler) in IsTypedArrayElement()
144 static inline bool IsDictionary(uint32_t handler) in IsDictionary()
149 static inline bool IsInlinedProps(uint32_t handler) in IsInlinedProps()
154 static inline HandlerKind GetKind(uint32_t handler) in GetKind()
159 static inline bool IsJSArray(uint32_t handler) in IsJSArray()
164 static inline bool NeedSkipInPGODump(uint32_t handler) in NeedSkipInPGODump()
169 static inline int GetOffset(uint32_t handler) in GetOffset()
174 static inline bool IsOnHeap(uint32_t handler) in IsOnHeap()
184 uint32_t handler = 0; in LoadProperty() local
239 uint32_t handler = 0; in LoadElement() local
262 uint32_t handler = 0; in LoadStringElement() local
270 uint32_t handler = 0; in LoadTypedArrayElement() local
281 uint32_t handler = 0; in StoreProperty() local
325 … JSHandle<JSTaggedValue> receiver, uint32_t handler) in StoreElement()
347 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local
378 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local
391 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local
424 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition() local
458 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT() local