Searched refs:dopFor (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopTranslator.java545 Dop opcode = RopToDop.dopFor(insn);
580 Dop opcode = RopToDop.dopFor(insn);
688 Dop opcode = RopToDop.dopFor(insn);
741 Dop opcode = RopToDop.dopFor(insn);
H A DRopToDop.java412 * since they need to be handled specially (see dopFor() below).
421 * since they need to be handled specially (see dopFor() below).
430 * since they need to be handled specially (see dopFor() below).
439 * since they need to be handled specially (see dopFor() below).
445 * (see dopFor() below).
457 public static Dop dopFor(Insn insn) { method in class:RopToDop

Completed in 130 milliseconds