Home | History | Annotate | Download | only in src

Lines Matching refs:other_flags

7575     int other_flags;
7576 FromObject(other, &other_flags, &other_maps);
7577 if (code_flags_ != other_flags) return false;
7581 int other_hash = MapsHashHelper(&other_maps, other_flags);
7614 int other_flags;
7615 FromObject(obj, &other_flags, &other_maps);
7616 return MapsHashHelper(&other_maps, other_flags);