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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnNegativeTest.java101 public byte i_bytef() { return byteValue; } method in class:EarlyReturnNegativeTarg
126 xx.i_bytef();
304 setBreakpoint("EarlyReturnNegativeTarg", "i_bytef", "()B");
H A DEarlyReturnTest.java188 public byte i_bytef(int p1) { return byteValue; } method in class:EarlyReturnTarg
237 if (!chk( xx.i_bytef(89))) failureCount++;
767 setBreakpoint("EarlyReturnTarg", "i_bytef", "(I)B");
H A DMethodExitReturnValuesTest.java122 public byte i_bytef() { return byteValue; } method in class:MethodExitReturnValuesTarg
164 xx.i_bytef();

Completed in 37 milliseconds