Searched refs:s_bytef (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DMethodExitReturnValuesTest.java99 public static byte s_bytef() { return byteValue; } method in class:MethodExitReturnValuesTarg
144 s_bytef();
H A DEarlyReturnTest.java167 public static byte s_bytef(int p1){ return byteValue; } method in class:EarlyReturnTarg
217 if (!chk( s_bytef(88))) failureCount++;
748 setBreakpoint("EarlyReturnTarg", "s_bytef", "(I)B");

Completed in 34 milliseconds