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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java107 public short i_shortf() { return shortValue; } method in class:EarlyReturnNegativeTarg
132 xx.i_shortf();
310 setBreakpoint("EarlyReturnNegativeTarg", "i_shortf", "()S");
H A DEarlyReturnTest.java194 public short i_shortf() { return shortValue; } method in class:EarlyReturnTarg
243 if (!chk( xx.i_shortf())) failureCount++;
773 setBreakpoint("EarlyReturnTarg", "i_shortf", "()S");
H A DMethodExitReturnValuesTest.java128 public short i_shortf() { return shortValue; } method in class:MethodExitReturnValuesTarg
170 xx.i_shortf();

Completed in 46 milliseconds