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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java104 public float i_floatf() { return floatValue; } method in class:EarlyReturnNegativeTarg
129 xx.i_floatf();
307 setBreakpoint("EarlyReturnNegativeTarg", "i_floatf", "()F");
H A DEarlyReturnTest.java191 public float i_floatf() { return floatValue; } method in class:EarlyReturnTarg
240 if (!chk( xx.i_floatf())) failureCount++;
770 setBreakpoint("EarlyReturnTarg", "i_floatf", "()F");
H A DMethodExitReturnValuesTest.java125 public float i_floatf() { return floatValue; } method in class:MethodExitReturnValuesTarg
167 xx.i_floatf();

Completed in 34 milliseconds