Searched defs:FIELD_UNDEFINED (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaKlass.java38 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaKlass
64 case FIELD_UNDEFINED:
71 return getFieldID(name) != FIELD_UNDEFINED;
91 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaField.java44 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaField
78 case FIELD_UNDEFINED:
94 if (getFieldID(name) != FIELD_UNDEFINED) {
102 if (getFieldID(name) == FIELD_UNDEFINED) {
141 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaFrame.java39 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaFrame
61 case FIELD_UNDEFINED:
77 if (getFieldID(name) != FIELD_UNDEFINED) {
85 if (getFieldID(name) == FIELD_UNDEFINED) {
110 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaHeap.java42 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaHeap
59 case FIELD_UNDEFINED:
75 if (getFieldID(name) != FIELD_UNDEFINED) {
83 if (getFieldID(name) == FIELD_UNDEFINED) {
231 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaMethod.java50 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaMethod
94 case FIELD_UNDEFINED:
110 if (getFieldID(name) != FIELD_UNDEFINED) {
118 if (getFieldID(name) != FIELD_UNDEFINED) {
145 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaInstanceKlass.java53 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaInstanceKlass
109 case FIELD_UNDEFINED:
116 if (getFieldID(name) != FIELD_UNDEFINED) {
230 return (res != null)? res.intValue() : FIELD_UNDEFINED;
H A DJSJavaVM.java46 private static final int FIELD_UNDEFINED = -1; field in class:JSJavaVM
82 case FIELD_UNDEFINED:
98 if (getFieldID(name) != FIELD_UNDEFINED) {
106 if (getFieldID(name) == FIELD_UNDEFINED) {
131 return (res != null)? res.intValue() : FIELD_UNDEFINED;
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeConstants.java129 public static final int FIELD_UNDEFINED = Integer.MIN_VALUE; field in class:DatatypeConstants
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DCalendarDate.java64 public static final int FIELD_UNDEFINED = Integer.MIN_VALUE; field in class:CalendarDate
71 private int dayOfWeek = FIELD_UNDEFINED;
207 * normalized, {@link #FIELD_UNDEFINED} is returned.
209 * @return day of week or {@link #FIELD_UNDEFINED}
213 dayOfWeek = FIELD_UNDEFINED;
462 } else if (zoneOffset != FIELD_UNDEFINED) {

Completed in 46 milliseconds