Home | History | Annotate | Download | only in assembler

Lines Matching refs:dataLabel

1191         DataLabelPtr dataLabel(this);
1193 return dataLabel;
1668 Jump branchPtrWithPatch(Condition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0))
1672 dataLabel = moveWithPatch(initialRightValue, dataTempRegister);
1681 Jump branchPtrWithPatch(Condition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0))
1689 dataLabel = moveWithPatch(initialRightValue, scr1);