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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java106 public long i_longf() { return longValue; } method in class:EarlyReturnNegativeTarg
131 xx.i_longf();
309 setBreakpoint("EarlyReturnNegativeTarg", "i_longf", "()J");
H A DEarlyReturnTest.java193 public long i_longf() { return longValue; } method in class:EarlyReturnTarg
242 if (!chk( xx.i_longf())) failureCount++;
772 setBreakpoint("EarlyReturnTarg", "i_longf", "()J");
H A DMethodExitReturnValuesTest.java127 public long i_longf() { return longValue; } method in class:MethodExitReturnValuesTarg
169 xx.i_longf();

Completed in 43 milliseconds