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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DStackValue.java33 private OopHandle handleValue; field in class:StackValue
41 handleValue = h;
44 Assert.that(integerValue == 0 || handleValue == null, "not null object should not be marked as scalar replaced");
61 return handleValue;
92 return handleValue.equals(sv.handleValue);
103 return handleValue != null ? handleValue.hashCode() : 5;
118 tty.print("<" + handleValue + ">");
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java42 * <li>Values in the rule via the <code>handleValue</code>, this is notified
132 void handleValue(String value); method in interface:CSSParser.CSSParserCallback
358 callback.handleValue(unitBuffer.toString());
H A DStyleSheet.java3250 public void handleValue(String value) { method in class:StyleSheet.CssParser

Completed in 63 milliseconds