Searched refs:executed (Results 1 - 11 of 11) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/except/
H A DCatch_Unresolved01.java33 public static boolean executed; field in class:Catch_Unresolved01
36 executed = false;
48 if (executed) {
51 executed = true;
H A DCatch_Unresolved.java33 public static boolean executed; field in class:Catch_Unresolved
36 executed = false;
49 if (executed) {
52 executed = true;
H A DCatch_Unresolved03.java33 public static boolean executed; field in class:Catch_Unresolved03
37 executed = false;
51 if (executed) {
54 executed = true;
H A DCatch_Unresolved02.java33 public static boolean executed; field in class:Catch_Unresolved02
37 executed = false;
50 if (executed) {
53 executed = true;
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowPropertyGetter.java44 private boolean executed = false; field in class:WindowPropertyGetter
85 if (executed) {
86 throw new IllegalStateException("Already executed");
88 executed = true;
124 return executed;
135 if (!executed) {
136 throw new IllegalStateException("Not executed");
144 if (!executed) {
145 throw new IllegalStateException("Not executed");
153 if (!executed) {
[all...]
/openjdk9/jdk/test/javax/sound/midi/Devices/
H A DMidiDeviceGetReceivers.java39 private static boolean executed = false; field in class:MidiDeviceGetReceivers
45 if (executed) {
163 executed = true;
/openjdk9/langtools/test/tools/javac/processing/model/type/MirroredTypeEx/
H A DPlurality.java50 private boolean executed = false; field in class:Plurality
55 executed = true;
136 if (!executed) {
/openjdk9/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/
H A DClassCase.java70 private Set<RuleGroup> executed = new HashSet<RuleGroup>(); field in class:ClassCase
267 if (!executed.contains(rg)) {
269 executed.add(rg);
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java229 boolean executed = false;
232 executed = true;
234 if (!executed) {
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DFoldConstants.java58 * Simple constant folding pass, executed before IR is starting to be lowered.
109 final Block executed = isTrue ? ifNode.getPass() : ifNode.getFail();
113 if (executed != null) {
114 statements.addAll(executed.getStatements()); // Get statements form executed branch
117 extractVarNodesFromDeadCode(dropped, statements); // Get var-nodes from non-executed branch
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_64.s96 # So x16/16 pairs of instructions should be executed.
422 # So x16/8 pairs of instructions should be executed.

Completed in 222 milliseconds