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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A Drecompile.java101 char[] p = program.getInstructions();
H A DREProgram.java79 * no program compiled yet, getInstructions() will return null.
82 public char[] getInstructions() method in class:REProgram
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java105 public Iterable<Instruction> getInstructions() { method in class:Code_attribute
/openjdk7/langtools/test/tools/javac/meth/
H A DTestCP.java89 for (Instruction i : ea.getInstructions()) {
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DImageTypes.java65 add("North", getInstructions());
75 private TextArea getInstructions() { method in class:ImageTypes
H A DClippedImages.java69 add("North", getInstructions());
79 private TextArea getInstructions() { method in class:ClippedImages
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DMethodFinder.java65 for (Instruction instr : c_attr.getInstructions()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DCodeWriter.java103 for (Instruction instr: attr.getInstructions()) {
/openjdk7/langtools/test/tools/javac/varargs/6199075/
H A DT6199075.java227 for (Instruction i : ea.getInstructions()) {
/openjdk7/langtools/test/tools/javac/varargs/7042566/
H A DT7042566.java126 for (Instruction i : ea.getInstructions()) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java996 public Instruction[] getInstructions() { method in class:InstructionList

Completed in 381 milliseconds