Searched refs:MarkerInstruction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java40 abstract class MarkerInstruction extends Instruction { class in inherits:Instruction
46 public MarkerInstruction() { method in class:MarkerInstruction
83 * {@link MarkerInstruction} has no parameters, so the base implementation
91 * Dump instruction as byte code to stream out. A {@link MarkerInstruction}
H A DOutlineableChunkEnd.java31 class OutlineableChunkEnd extends MarkerInstruction {
H A DOutlineableChunkStart.java41 class OutlineableChunkStart extends MarkerInstruction {
H A DMethodGenerator.java884 // If last MarkerInstruction encountered was an
900 // If the last MarkerInstruction encountered was an
1385 if (inst instanceof MarkerInstruction) {
1663 if (!(i instanceof MarkerInstruction)) {

Completed in 35 milliseconds