Home | History | Annotate | Download | only in src

Lines Matching refs:packed

3242   bool packed = IsFastPackedElementsKind(kind);
3250 (packed || !IsFastPackedElementsKind(kind))) {
3252 if (!IsFastPackedElementsKind(kind)) packed = false;
12998 // Transitions from HOLEY -> PACKED are not allowed.