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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java52 Phase getPhase(String s) { method in class:Compilation
62 return getPhase("regalloc").getElapsedTime();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPhaser.java144 * #getPhase}). When the remaining ({@link #getUnarrivedParties})
605 return getPhase();
659 * {@linkplain #getPhase() current phase} if terminated
710 * negative, or the (negative) {@linkplain #getPhase() current phase}
735 * negative, or the (negative) {@linkplain #getPhase() current phase}
770 * negative, or the (negative) {@linkplain #getPhase() current phase}
824 * may be obtained via {@code getPhase() + Integer.MIN_VALUE}.
828 public final int getPhase() { method in class:Phaser
1103 if (phaser.getPhase() != phase) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c660 getPhase(void) function

Completed in 37 milliseconds