Home | History | Annotate | Download | only in src

Lines Matching defs:size1

628   int size1 = type1->IsUnion() ? type1->AsUnion()->Length() : 1;
630 if (!AddIsSafe(size1, size2)) return Any(region);
631 int size = size1 + size2;
756 int size1 = type1->IsUnion() ? type1->AsUnion()->Length() : 1;
758 if (!AddIsSafe(size1, size2)) return Any(region);
759 int size = size1 + size2;