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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DANEWARRAY.java100 v.visitAllocationInstruction(this);
H A DNEW.java107 v.visitAllocationInstruction(this);
H A DNEWARRAY.java138 v.visitAllocationInstruction(this);
H A DMULTIANEWARRAY.java169 v.visitAllocationInstruction(this);
H A DEmptyVisitor.java86 public void visitAllocationInstruction(AllocationInstruction obj) { } method in class:EmptyVisitor
H A DVisitor.java89 public void visitAllocationInstruction(AllocationInstruction obj); method in interface:Visitor
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java183 public void visitAllocationInstruction(AllocationInstruction i) { method in class:BCELFactory

Completed in 41 milliseconds