Searched refs:INSTRUCTIONS (Results 1 - 17 of 17) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionConstants.java175 public static final Instruction[] INSTRUCTIONS = new Instruction[256]; field in interface:InstructionConstants
184 INSTRUCTIONS[Constants.NOP] = NOP;
185 INSTRUCTIONS[Constants.ACONST_NULL] = ACONST_NULL;
186 INSTRUCTIONS[Constants.ICONST_M1] = ICONST_M1;
187 INSTRUCTIONS[Constants.ICONST_0] = ICONST_0;
188 INSTRUCTIONS[Constants.ICONST_1] = ICONST_1;
189 INSTRUCTIONS[Constants.ICONST_2] = ICONST_2;
190 INSTRUCTIONS[Constants.ICONST_3] = ICONST_3;
191 INSTRUCTIONS[Constants.ICONST_4] = ICONST_4;
192 INSTRUCTIONS[Constant
[all...]
H A DInstruction.java109 if(InstructionConstants.INSTRUCTIONS[this.getOpcode()] != null)
151 if(InstructionConstants.INSTRUCTIONS[opcode] != null)
152 return InstructionConstants.INSTRUCTIONS[opcode]; // Used predefined immutable object, if available
H A DPUSH.java46 instruction = INSTRUCTIONS[Constants.ICONST_0 + value];
60 instruction = INSTRUCTIONS[Constants.ICONST_0 + (value? 1 : 0)];
/openjdk9/jdk/test/javax/swing/text/JTextComponent/8156217/
H A DTextSelectionTest.java45 private static final String INSTRUCTIONS = "This is a manual test.\n" field in class:TextSelectionTest
72 JTextComponent textComponent = new JTextArea(INSTRUCTIONS);
/openjdk9/jdk/test/javax/swing/plaf/metal/MetalIcons/
H A DMetalHiDPIIconsTest.java49 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:MetalHiDPIIconsTest
85 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DPrintGlyphVectorTest.java116 static final String INSTRUCTIONS = field in class:PrintInstructions
126 TextArea t = new TextArea(INSTRUCTIONS, 8, 80);
/openjdk9/jdk/test/javax/swing/plaf/windows/8165594/
H A DWindowsClassicHiDPIIconsTest.java61 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowsClassicHiDPIIconsTest
99 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/javax/swing/plaf/motif/8165485/
H A DMotifHiDPIIconsTest.java57 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:MotifHiDPIIconsTest
95 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/javax/swing/plaf/basic/BasicScrollPaneUI/8166591/
H A DTooMuchWheelRotationEventsTest.java54 private static final String INSTRUCTIONS = " INSTRUCTIONS:\n" field in class:TooMuchWheelRotationEventsTest
90 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnDPIChangingTest.java69 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowResizingOnDPIChangingTest
130 instructionTextArea.setText(INSTRUCTIONS);
H A DWindowResizingOnMovingToAnotherDisplay.java68 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowResizingOnMovingToAnotherDisplay
129 instructionTextArea.setText(INSTRUCTIONS);
H A DWindowResizingOnSetLocationTest.java77 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowResizingOnSetLocationTest
145 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/javax/swing/JViewport/8164032/
H A DJViewPortBackingStoreImageTest.java61 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n\n" field in class:JViewPortBackingStoreImageTest
110 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/javax/swing/RepaintManager/8162350/
H A DRepaintManagerFPUIScaleTest.java61 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:RepaintManagerFPUIScaleTest
98 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java69 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:RobotMultiDPIScreenTest
146 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jdk/test/javax/swing/text/Caret/8163124/
H A DCaretFloatingPointAPITest.java70 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n\n" field in class:CaretFloatingPointAPITest
112 instructionTextArea.setText(INSTRUCTIONS);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java83 if((InstructionConstants.INSTRUCTIONS[opcode] != null) &&

Completed in 194 milliseconds