Lines Matching refs:rep
116 const Representation &rep)
133 return CheckHClassForRep(cachedHClass, rep);
150 return CheckHClassForRep(JSHClass::Cast(ret.GetTaggedWeakRef()), rep);
181 inline JSHClass *JSHClass::CheckHClassForRep(JSHClass *hclass, const Representation &rep)
186 if (rep == Representation::NONE) {
195 if (rep != Representation::INT) {
199 if (rep != Representation::INT && rep != Representation::DOUBLE) {
386 const PropertyAttributes &attr, const Representation &rep)
389 key.GetTaggedValue(), JSTaggedValue(attr.GetPropertyMetaData()), rep);