Searched defs:ckByteValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java315 void ckByteValue(Value retValue) { method in class:EarlyReturnTest
681 if ("bytef".equals(methodName)) ckByteValue(retValue);
H A DMethodExitReturnValuesTest.java241 void ckByteValue(Value retValue) { method in class:MethodExitReturnValuesTest
501 if ("getByte".equals(origMethodName)) ckByteValue(retValue);
520 if ("bytef".equals(methodName)) ckByteValue(retValue);

Completed in 34 milliseconds