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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java357 void ckFloatValue(Value retValue) { method in class:EarlyReturnTest
684 else if ("floatf".equals(methodName)) ckFloatValue(retValue);
H A DMethodExitReturnValuesTest.java283 void ckFloatValue(Value retValue) { method in class:MethodExitReturnValuesTest
504 else if ("getFloat".equals(origMethodName)) ckFloatValue(retValue);
523 else if ("floatf".equals(methodName)) ckFloatValue(retValue);

Completed in 56 milliseconds