Searched refs:fieldSlotCount (Results 1 – 1 of 1) sorted by relevance
2375 const int fieldSlotCount = fieldType.slotCount(); in pushStructuredComparison() local2376 UnownedLValueSlice fieldLeft {left, currentSlot, fieldSlotCount}; in pushStructuredComparison()2377 UnownedLValueSlice fieldRight{right, currentSlot, fieldSlotCount}; in pushStructuredComparison()2381 currentSlot += fieldSlotCount; in pushStructuredComparison()