Lines Matching defs:rep
1009 GateRef rep = GetRepInPropAttr(attr);
1031 BRANCH(IsDoubleRepInPropAttr(rep), &doubleToTagged, &nonDoubleToTagged);
1040 BRANCH(IsIntRepInPropAttr(rep), &intToTagged, &exit);
1713 GateRef rep = GetRepInPropAttr(attr);
1714 SetValueWithRep(glue, obj, offset, value, rep, &repChange);
1728 GateRef glue, GateRef obj, GateRef offset, GateRef value, GateRef rep, Label *repChange)
1737 BRANCH(IsDoubleRepInPropAttr(rep), &repIsDouble, &repIsNonDouble);
1771 BRANCH(IsIntRepInPropAttr(rep), &repIsInt, &repIsTagged);
2388 GateRef rep = HandlerBaseGetRep(handlerInfo);
2389 BRANCH(IsDoubleRepInPropAttr(rep), &doubleToTagged, &nonDoubleToTagged);
2398 BRANCH(IsIntRepInPropAttr(rep), &intToTagged, &exit);
3049 GateRef rep = HandlerBaseGetRep(handler);
3056 SetValueWithRep(glue, receiver, toOffset, value, rep, &repChange);
3062 SetValueToTaggedArrayWithRep(glue, array, index, value, rep, &repChange);
3144 GateRef rep = HandlerBaseGetRep(handlerInfo);
3147 SetValueWithRep(glue, base, toIndex, value, rep, &repChange);