Searched refs:uin (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDefaults.template662 private void addColor(UIDefaults d, String uin, int r, int g, int b, int a) {
664 colorTree.addColor(uin, color);
665 d.put(uin, color);
668 private void addColor(UIDefaults d, String uin, String parentUin,
670 addColor(d, uin, parentUin, hOffset, sOffset, bOffset, aOffset, true);
673 private void addColor(UIDefaults d, String uin, String parentUin,
676 Color color = getDerivedColor(uin, parentUin,
678 d.put(uin, color);
702 private DerivedColor getDerivedColor(String uin, String parentUin,
720 colorTree.addColor(uin, colo
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1134 Node* uin = unique_input(phase); local
1135 if (uin != NULL) {
1136 return uin;
1636 Node* uin = unique_input(phase); local
1637 if (uin == top) { // Simplest case: no alive inputs.
1642 } else if (uin != NULL) {
1655 if (is_loop && !uin->eqv_uncast(in(LoopNode::EntryControl)) ||
1656 !is_loop && is_unsafe_data_reference(uin)) {
1663 replace_edge(uin, top);
1673 if (ident != uin
[all...]
H A Dmacro.cpp54 Node *uin = use->in(j); local
55 if (uin == oldref) {
61 } else if (j >= req && uin == NULL) {

Completed in 51 milliseconds