Home | History | Annotate | Download | only in src

Lines Matching full:other_flags

5441     int other_flags;
5442 FromObject(other, &other_flags, &other_maps);
5443 if (code_flags_ != other_flags) return false;
5447 int other_hash = MapsHashHelper(&other_maps, other_flags);
5480 int other_flags;
5481 FromObject(obj, &other_flags, &other_maps);
5482 return MapsHashHelper(&other_maps, other_flags);