Searched defs:produceStack (Results 1 - 6 of 6) 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 DGETFIELD.java84 public int produceStack(ConstantPoolGen cpg) { return getFieldSize(cpg); } method in class:GETFIELD
H A DGETSTATIC.java83 public int produceStack(ConstantPoolGen cpg) { return getFieldSize(cpg); } method in class:GETSTATIC
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
/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 45 milliseconds