Searched defs:label1 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniFastGetField_sparc.cpp62 Label label1, label2; local
69 __ br (Assembler::notZero, false, Assembler::pn, label1);
92 __ bind (label1);
141 Label label1, label2; local
148 __ br (Assembler::notZero, false, Assembler::pn, label1);
187 __ bind (label1);
213 Label label1, label2; local
220 __ br (Assembler::notZero, false, Assembler::pn, label1);
241 __ bind (label1);
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java395 String label1 = get(i + beg);
398 int j = size() - (i + beg) - 1; // index of label1 in "labels"
399 // assert (label1 == labels.get(j));
401 int c = compareLabels(label1, label2);
549 private static int compareLabels(String label1, String label2) { argument
550 int min = Math.min(label1.length(), label2.length());
552 char c1 = label1.charAt(i);
564 return (label1.length() - label2.length()); // the longer one wins
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java262 static String newRow(String label1, String value1, argument
264 label1 = "<th nowrap align=right valign=top>" + label1 + ":&nbsp;";
269 return "<tr>" + label1 + value1 + label2 + value2 + "</tr>";

Completed in 42 milliseconds