Home
last modified time | relevance | path

Searched defs:insnIndex (Results 1 – 5 of 5) sorted by relevance

/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DAnalyzer.java153 int insnIndex = instructionsToProcess[--numInstructionsToProcess]; in analyze() local
406 final int insnIndex, final Subroutine subroutine, final List<AbstractInsnNode> jsrInsns) in findSubroutine()
531 public List<TryCatchBlockNode> getHandlers(final int insnIndex) { in getHandlers()
577 protected void newControlFlowEdge(final int insnIndex, final int successorIndex) { in newControlFlowEdge()
593 protected boolean newControlFlowExceptionEdge(final int insnIndex, final int successorIndex) { in newControlFlowExceptionEdge()
610 final int insnIndex, final TryCatchBlockNode tryCatchBlock) { in newControlFlowExceptionEdge()
627 private void merge(final int insnIndex, final Frame<V> frame, final Subroutine subroutine) in merge()
672 final int insnIndex, in merge()
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
DCheckFrameAnalyzer.java373 private void checkFrame(final int insnIndex, final Frame<V> frame, final boolean requireFrame) in checkFrame()
447 private void endControlFlow(final int insnIndex) throws AnalyzerException { in endControlFlow()
460 private boolean hasNextJvmInsnOrFrame(final int insnIndex) { in hasNextJvmInsnOrFrame()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DJSRInlinerAdapter.java233 final int insnIndex, final BitSet subroutineInsns, final BitSet visitedInsns) { in findReachableInsns()
507 Instantiation findOwner(final int insnIndex) { in findOwner()
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DAdviceAdapterTest.java803 final int insnIndex; field in AdviceAdapterTest.ExpectedMethodBuilder.Advice
806 Advice(final int insnIndex, final boolean isAfterAdvice) { in Advice()
/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
DClassFile.java561 int insnIndex = 0; // Number of instructions parsed so far. in dumpInstructions() local
2421 Integer insnIndex = (Integer) get(bytecodeOffset); in getInsnIndex() local
2524 void addInsn(final int insnIndex, final int opcode, final Object... arguments) { in addInsn()