Searched refs:AllocationInstruction (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DAllocationInstruction.java30 public interface AllocationInstruction {} interface
H A DANEWARRAY.java33 implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer {
H A DNEWARRAY.java35 implements AllocationInstruction, ExceptionThrower, StackProducer {
H A DNEW.java34 implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer {
H A DMULTIANEWARRAY.java35 public class MULTIANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower {
H A DEmptyVisitor.java50 public void visitAllocationInstruction(AllocationInstruction obj) { }
H A DVisitor.java53 public void visitAllocationInstruction(AllocationInstruction obj);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java147 public void visitAllocationInstruction(AllocationInstruction i) {

Completed in 66 milliseconds