HomeSort by relevance Sort by last modified time
    Searched full:goto_w (Results 1 - 25 of 28) sorted by null

1 2

  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 28 pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1);
33 return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == JSR_W || opcode == GOTO_W;
37 return opcode == GOTO || opcode == GOTO_W;
Executor.java 618 case GOTO_W:
    [all...]
  /dalvik/dx/tests/031-bb-dead-code/
blort.j 176 ; dead code after goto_w instruction
178 goto_w blort
expected.txt 185 0000: goto_w 00000006
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 238 "goto_w", /* 200*/
Opcode.java 114 int GOTO_W = 200;
444 0, // goto_w, 200
CodeIterator.java 338 * to <code>GOTO_W</code>).
411 * to <code>GOTO_W</code>).
575 * to <code>GOTO_W</code>). The index is available from the <code>Gap</code>
879 else if (inst == GOTO_W || inst == JSR_W) {
    [all...]
CodeAnalyzer.java 114 case GOTO_W :
InstructionPrinter.java 139 case GOTO_W:
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 237 false, // goto_w
446 0, // goto_w
655 0, // goto_w
InstructionConstants.java 436 "goto_w",
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 285 01c4: goto_w 700001c4
small-class.txt 296 c8 70000000 # 01c5: goto_w 700001c5
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 271 else if (op == Opcode.GOTO_W)
Tracer.java 676 case Opcode.GOTO_W :
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 227 public static final int GOTO_W = 0xc8;
554 "c8 c goto_w;" +
BytecodeArray.java 186 * <li>{@code goto_w} and {@code jsr_w} become {@code goto}
792 case ByteOps.GOTO_W:
796 (opcode == ByteOps.GOTO_W) ? ByteOps.GOTO :
    [all...]
Simulator.java 728 case ByteOps.GOTO_W:
  /external/javassist/src/main/javassist/
CtBehavior.java 862 iterator.writeByte(Opcode.GOTO_W, pos);
871 iterator.writeByte(Opcode.GOTO_W, pos);
    [all...]
  /dalvik/docs/
java-bytecode.html 222 <tr class="d"><td>0xc8</td><td>200</td><td>goto_w</td></tr>
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 431 "goto_w", // 0xC8 200
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 684 milliseconds

1 2