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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java167 Field theValueField; field in class:EarlyReturnNegativeTest
324 Field theValueField = targetClass.fieldByName("byteValue");
325 byteVV = (ByteValue)targetClass.getValue(theValueField);
327 theValueField = targetClass.fieldByName("charValue");
328 charVV = (CharValue)targetClass.getValue(theValueField);
330 theValueField = targetClass.fieldByName("doubleValue");
331 doubleVV = (DoubleValue)targetClass.getValue(theValueField);
333 theValueField = targetClass.fieldByName("floatValue");
334 floatVV = (FloatValue)targetClass.getValue(theValueField);
336 theValueField
[all...]
H A DEarlyReturnTest.java299 Field theValueField; field in class:EarlyReturnTest
316 Field theValueField = targetClass.fieldByName("ebyteValue");
317 ByteValue theValue = (ByteValue)targetClass.getValue(theValueField);
330 Field theValueField = targetClass.fieldByName("echarValue");
331 CharValue theValue = (CharValue)targetClass.getValue(theValueField);
344 Field theValueField = targetClass.fieldByName("edoubleValue");
345 DoubleValue theValue = (DoubleValue)targetClass.getValue(theValueField);
358 Field theValueField = targetClass.fieldByName("efloatValue");
359 FloatValue theValue = (FloatValue)targetClass.getValue(theValueField);
372 Field theValueField
[all...]
H A DMethodExitReturnValuesTest.java225 Field theValueField; field in class:MethodExitReturnValuesTest
242 Field theValueField = targetClass.fieldByName("byteValue");
243 ByteValue theValue = (ByteValue)targetClass.getValue(theValueField);
256 Field theValueField = targetClass.fieldByName("charValue");
257 CharValue theValue = (CharValue)targetClass.getValue(theValueField);
270 Field theValueField = targetClass.fieldByName("doubleValue");
271 DoubleValue theValue = (DoubleValue)targetClass.getValue(theValueField);
284 Field theValueField = targetClass.fieldByName("floatValue");
285 FloatValue theValue = (FloatValue)targetClass.getValue(theValueField);
298 Field theValueField
[all...]

Completed in 25 milliseconds