Lines Matching defs:hclassEnd
57 constexpr size_t hclassEnd = sizeof(JSTaggedType);
59 ObjectSlot(ToUintPtr(root) + hclassEnd), VisitObjectArea::NORMAL);
60 if constexpr (size > hclassEnd) {
61 visitor(root, ObjectSlot(ToUintPtr(root) + hclassEnd),
108 size_t hclassEnd = sizeof(JSTaggedType);
110 ObjectSlot(ToUintPtr(root) + hclassEnd), VisitObjectArea::NORMAL);
157 size_t hclassEnd = sizeof(JSTaggedType);
158 ASSERT(startOffset > hclassEnd);
159 visitor(root, ObjectSlot(ToUintPtr(root)), ObjectSlot(ToUintPtr(root) + hclassEnd), VisitObjectArea::NORMAL);
160 IteratorRange(root, visitor, hclassEnd, startOffset);