Lines Matching defs:Ptr
23 static void ctorTy(Block *, std::byte *Ptr, bool, bool, bool, in ctorTy()
29 static void dtorTy(Block *, std::byte *Ptr, const Descriptor *) { in dtorTy()
42 static void ctorArrayTy(Block *, std::byte *Ptr, bool, bool, bool, in ctorArrayTy()
53 static void dtorArrayTy(Block *, std::byte *Ptr, const Descriptor *D) { in dtorArrayTy()
84 static void ctorArrayDesc(Block *B, std::byte *Ptr, bool IsConst, in ctorArrayDesc()
110 static void dtorArrayDesc(Block *B, std::byte *Ptr, const Descriptor *D) { in dtorArrayDesc()
147 static void initField(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initField()
164 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase()
189 static void ctorRecord(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in ctorRecord()
199 static void destroyField(Block *B, std::byte *Ptr, const Descriptor *D, in destroyField()
205 static void destroyBase(Block *B, std::byte *Ptr, const Descriptor *D, in destroyBase()
216 static void dtorRecord(Block *B, std::byte *Ptr, const Descriptor *D) { in dtorRecord()