• Home
  • Raw
  • Download

Lines Matching defs:handler

86     static inline bool IsAccessor(Type handler)  in IsAccessor()
91 static inline SharedFieldType GetFieldType(Type handler) in GetFieldType()
96 static inline bool IsNonExist(Type handler) in IsNonExist()
101 static inline bool IsField(Type handler) in IsField()
106 static inline bool IsNonSharedStoreField(Type handler) in IsNonSharedStoreField()
111 static inline bool IsStoreShared(Type handler) in IsStoreShared()
116 static inline void ClearSharedStoreKind(Type &handler) in ClearSharedStoreKind()
121 static inline bool IsStoreOutOfBounds(Type handler) in IsStoreOutOfBounds()
126 static inline void ClearStoreOutOfBounds(Type &handler) in ClearStoreOutOfBounds()
131 static inline bool IsString(Type handler) in IsString()
136 static inline bool IsNumber(Type handler) in IsNumber()
141 static inline bool IsBoolean(Type handler) in IsBoolean()
146 static inline bool IsSupportedPrimitiveTypeICHandler(Type handler) in IsSupportedPrimitiveTypeICHandler()
151 static inline bool IsStringLength(Type handler) in IsStringLength()
156 static inline PrimitiveType TryGetPrimitiveType(Type handler) in TryGetPrimitiveType()
168 static inline bool IsElement(Type handler) in IsElement()
173 static inline bool IsNormalElement(Type handler) in IsNormalElement()
178 static inline bool IsStringElement(Type handler) in IsStringElement()
183 static inline bool IsTypedArrayElement(Type handler) in IsTypedArrayElement()
188 static inline bool IsDictionary(Type handler) in IsDictionary()
193 static inline bool IsInlinedProps(Type handler) in IsInlinedProps()
198 static inline HandlerKind GetKind(Type handler) in GetKind()
203 static inline bool IsJSArray(Type handler) in IsJSArray()
208 static inline bool NeedSkipInPGODump(Type handler) in NeedSkipInPGODump()
213 static inline int GetOffset(Type handler) in GetOffset()
218 static inline bool IsOnHeap(Type handler) in IsOnHeap()
234 uint64_t handler = 0; in LoadStringElement() local
242 uint64_t handler = 0; in LoadTypedArrayElement() local
254 … JSHandle<JSTaggedValue> receiver, uint64_t handler) in StoreElement()
265 JSHandle<JSObject> &receiver, uint64_t *handler) in SFieldTypeBitSet()