Searched refs:produceStack (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DStackProducer.java70 public int produceStack(ConstantPoolGen cpg); method in interface:StackProducer
H A DGETSTATIC.java83 public int produceStack(ConstantPoolGen cpg) { return getFieldSize(cpg); } method in class:GETSTATIC
H A DGETFIELD.java84 public int produceStack(ConstantPoolGen cpg) { return getFieldSize(cpg); } method in class:GETFIELD
H A DInvokeInstruction.java122 public int produceStack(ConstantPoolGen cpg) { method in class:InvokeInstruction
H A DInstruction.java257 public int produceStack(ConstantPoolGen cpg) { method in class:Instruction
H A DMethodGen.java881 int delta = instruction.produceStack(cp) - instruction.consumeStack(cp);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java77 final public int produceStack(ConstantPoolGen cpg) { method in class:MarkerInstruction

Completed in 51 milliseconds