Searched refs:IsIntRepInPropAttr (Results 1 – 3 of 3) sorted by relevance
527 GateRef IsIntRepInPropAttr(GateRef attr);
490 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in JSObjectGetProperty()1093 Branch(IsIntRepInPropAttr(rep), &repIsInt, &repIsTagged); in SetValueWithRep()1487 Branch(IsIntRepInPropAttr(rep), &intToTagged, &exit); in LoadFromField()
2060 inline GateRef StubBuilder::IsIntRepInPropAttr(GateRef rep) in IsIntRepInPropAttr() function