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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java427 void ckStringValue(Value retValue) { method in class:EarlyReturnTest
689 else if ("stringf".equals(methodName)) ckStringValue(retValue);
H A DMethodExitReturnValuesTest.java353 void ckStringValue(Value retValue) { method in class:MethodExitReturnValuesTest
510 else if ("intern".equals(origMethodName)) ckStringValue(retValue);
528 else if ("stringf".equals(methodName)) ckStringValue(retValue);

Completed in 34 milliseconds