Home | History | Annotate | Download | only in src

Lines Matching full:other_flags

7735     int other_flags;
7736 FromObject(other, &other_flags, &other_maps);
7737 if (code_flags_ != other_flags) return false;
7741 int other_hash = MapsHashHelper(&other_maps, other_flags);
7774 int other_flags;
7775 FromObject(obj, &other_flags, &other_maps);
7776 return MapsHashHelper(&other_maps, other_flags);