Searched defs:s_booleanf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java174 public static boolean s_booleanf(){ return booleanValue; } method in class:EarlyReturnTarg
224 if (!chk( s_booleanf())) failureCount++;
755 setBreakpoint("EarlyReturnTarg", "s_booleanf", "()Z");
H A DMethodExitReturnValuesTest.java106 public static boolean s_booleanf(){ return booleanValue; } method in class:MethodExitReturnValuesTarg
151 s_booleanf();

Completed in 34 milliseconds