Lines Matching full:newvalue
491 JitEntryInfoUnion newValue;
494 newValue = oldValue;
495 newValue.info.traceConstruction = value;
497 oldValue.infoWord, newValue.infoWord));
570 JitEntryInfoUnion newValue;
578 newValue = oldValue;
579 newValue.info.chain = idx;
582 oldValue.infoWord, newValue.infoWord));
880 JitEntryInfoUnion newValue;
886 newValue = oldValue;
887 newValue.info.instructionSet = set;
890 oldValue.infoWord, newValue.infoWord));