Searched refs:IsIntRepInPropAttr (Results 1 – 4 of 4) sorted by relevance
889 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in IsUninitializedProperty()
613 GateRef IsIntRepInPropAttr(GateRef attr);
552 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in JSObjectGetProperty()1216 Branch(IsIntRepInPropAttr(rep), &repIsInt, &repIsTagged); in SetValueWithRep()1639 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in LoadFromField()
2478 inline GateRef StubBuilder::IsIntRepInPropAttr(GateRef rep) in IsIntRepInPropAttr() function