Searched defs:consumeStack (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DStackConsumer.java69 public int consumeStack(ConstantPoolGen cpg); method in interface:StackConsumer
H A DPUTFIELD.java85 public int consumeStack(ConstantPoolGen cpg) { return getFieldSize(cpg) + 1; } method in class:PUTFIELD
H A DPUTSTATIC.java84 public int consumeStack(ConstantPoolGen cpg) { return getFieldSize(cpg); } method in class:PUTSTATIC
H A DInvokeInstruction.java100 public int consumeStack(ConstantPoolGen cpg) { method in class:InvokeInstruction
H A DINVOKEINTERFACE.java129 public int consumeStack(ConstantPoolGen cpg) { // nargs is given in byte-code method in class:INVOKEINTERFACE
H A DMULTIANEWARRAY.java135 public int consumeStack(ConstantPoolGen cpg) { return dimensions; } method in class:MULTIANEWARRAY
H A DInstruction.java246 public int consumeStack(ConstantPoolGen cpg) { method in class:Instruction
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java66 final public int consumeStack(ConstantPoolGen cpg) { method in class:MarkerInstruction

Completed in 34 milliseconds