• Home
  • Raw
  • Download

Lines Matching defs:handler

83     static inline bool IsAccessor(Type handler)  in IsAccessor()
88 static inline SharedFieldType GetFieldType(Type handler) in GetFieldType()
93 static inline bool IsNonExist(Type handler) in IsNonExist()
98 static inline bool IsField(Type handler) in IsField()
103 static inline bool IsNonSharedStoreField(Type handler) in IsNonSharedStoreField()
108 static inline bool IsStoreShared(Type handler) in IsStoreShared()
113 static inline void ClearSharedStoreKind(Type &handler) in ClearSharedStoreKind()
118 static inline bool IsStoreOutOfBounds(Type handler) in IsStoreOutOfBounds()
123 static inline void ClearStoreOutOfBounds(Type &handler) in ClearStoreOutOfBounds()
128 static inline bool IsString(Type handler) in IsString()
133 static inline bool IsNumber(Type handler) in IsNumber()
138 static inline bool IsStringLength(Type handler) in IsStringLength()
143 static inline bool IsElement(Type handler) in IsElement()
148 static inline bool IsNormalElement(Type handler) in IsNormalElement()
153 static inline bool IsStringElement(Type handler) in IsStringElement()
158 static inline bool IsTypedArrayElement(Type handler) in IsTypedArrayElement()
163 static inline bool IsDictionary(Type handler) in IsDictionary()
168 static inline bool IsInlinedProps(Type handler) in IsInlinedProps()
173 static inline HandlerKind GetKind(Type handler) in GetKind()
178 static inline bool IsJSArray(Type handler) in IsJSArray()
183 static inline bool NeedSkipInPGODump(Type handler) in NeedSkipInPGODump()
188 static inline int GetOffset(Type handler) in GetOffset()
193 static inline bool IsOnHeap(Type handler) in IsOnHeap()
203 uint64_t handler = 0; in LoadProperty() local
260 uint64_t handler = 0; in LoadElement() local
283 uint64_t handler = 0; in LoadStringElement() local
291 uint64_t handler = 0; in LoadTypedArrayElement() local
302 uint64_t handler = 0; in StoreProperty() local
347 … JSHandle<JSTaggedValue> receiver, uint64_t handler) in StoreElement()
369 JSHandle<TransitionHandler> handler = factory->NewTransitionHandler(); in StoreTransition() local
400 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in LoadPrototype() local
432 JSHandle<PrototypeHandler> handler = factory->NewPrototypeHandler(); in StorePrototype() local
486 JSHandle<TransWithProtoHandler> handler = factory->NewTransWithProtoHandler(); in StoreTransition() local
520 JSHandle<StoreTSHandler> handler = factory->NewStoreTSHandler(); in StoreAOT() local