Home | History | Annotate | Download | only in VMCore

Lines Matching defs:PAL

328   AttrListPtr PAL = getAttributes();
329 PAL = PAL.addAttr(i, attr);
330 setAttributes(PAL);
334 AttrListPtr PAL = getAttributes();
335 PAL = PAL.removeAttr(i, attr);
336 setAttributes(PAL);
568 AttrListPtr PAL = getAttributes();
569 PAL = PAL.addAttr(i, attr);
570 setAttributes(PAL);
574 AttrListPtr PAL = getAttributes();
575 PAL = PAL.removeAttr(i, attr);
576 setAttributes(PAL);