Searched defs:addInstruction (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java349 addInstruction(new PlainInsn(Rops.GOTO, sourcePosition, null, RegisterSpecList.EMPTY),
388 addInstruction(new ThrowingInsn(Rops.THROW, sourcePosition,
400 private void addInstruction(Insn insn) { method in class:Code
401 addInstruction(insn, null);
408 private void addInstruction(Insn insn, Label branch) { method in class:Code
481 addInstruction(new PlainCstInsn(rop, sourcePosition, target.spec(),
484 addInstruction(new ThrowingCstInsn(rop, sourcePosition,
494 addInstruction(new PlainInsn(Rops.opMove(source.type.ropType),
504 addInstruction(new PlainInsn(op.rop(source.type), sourcePosition,
516 addInstruction(ne
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 62 milliseconds