Searched refs:getLastInsn (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java137 SourcePosition pos = one.getLastInsn().getPosition();
H A DStdCatchBuilder.java86 TypeList catches = block.getLastInsn().getCatches();
103 TypeList catches = block.getLastInsn().getCatches();
221 TypeList catches = block.getLastInsn().getCatches();
H A DRopTranslator.java271 Insn lastInsn = block.getLastInsn();
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlock.java210 public Insn getLastInsn() { method in class:BasicBlock
216 * just a convenient shorthand for {@code getLastInsn().canThrow()}.

Completed in 79 milliseconds