HomeSort by relevance Sort by last modified time
    Searched refs:GOTO (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
EmptyVisitor.java 803 public void visitGOTO( final GOTO obj ) {
InstructionList.java 898 case Const.GOTO:
    [all...]
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java 580 || Opcode.isBetween(opcode, Opcode.GOTO, Opcode.GOTO_32)) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 132 * an extra goto at the end of each basic block.
284 * without an interstitial goto.
289 * Our only recourse is to add a goto here to get the
293 new TargetInsn(Dops.GOTO, lastInsn.getPosition(),
551 * goto if necessary (if the branch isn't to the
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 138 * an extra goto at the end of each basic block.
291 * without an interstitial goto.
296 * Our only recourse is to add a goto here to get the
300 new TargetInsn(Dops.GOTO, lastInsn.getPosition(),
559 * goto if necessary (if the branch isn't to the
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 673 // Replace branch with goto
675 block.replaceLastInsn(new PlainInsn(Rops.GOTO,
  /external/libnl/lib/route/
rule.c 95 goto errout;
103 goto errout;
156 goto errout_enomem;
164 goto errout_enomem;
182 goto errout;
227 nl_dump(p, "goto %u ", r->r_goto);
265 diff |= RULE_DIFF(GOTO, a->r_goto != b->r_goto);
285 __ADD(RULE_ATTR_GOTO, goto)
384 goto nla_put_failure;
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 63 " goto :here #0: 10t\n" +
69 " goto/16 :here #5: 20t\n" +
81 " goto/32 :here #17: 30t\n" +
119 Assert.assertEquals(Opcode.GOTO, instruction.getOpcode());
  /external/v8/src/regexp/
interpreter-irregexp.cc 251 BYTECODE(GOTO)
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 186 * <li>{@code goto_w} and {@code jsr_w} become {@code goto}
700 case ByteOps.GOTO:
800 (opcode == ByteOps.GOTO_W) ? ByteOps.GOTO :
    [all...]
Simulator.java 787 case ByteOps.GOTO:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 361 addOpcodeInfo(Opcode.GOTO, "goto", 0x28, new Format10t());
362 addOpcodeInfo(Opcode.GOTO_16, "goto/16", 0x29, new Format20t());
363 addOpcodeInfo(Opcode.GOTO_32, "goto/32", 0x2a, new Format30t());
  /art/tools/veridex/
flow_analysis.cc 194 // When visiting unconditional branches (goto), move to that instruction.
361 case Instruction::GOTO:
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
Utility.java 258 case Const.GOTO:
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java 533 case Opcodes.GOTO:
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 190 * recent instruction was a return or goto.
351 addInstruction(new PlainInsn(Rops.GOTO, sourcePosition, null, RegisterSpecList.EMPTY),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 412 case GOTO: {
    [all...]
  /art/libdexfile/dex/
dex_instruction_list.h 62 V(0x28, GOTO, "goto", k10t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
63 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
64 V(0x2A, GOTO_32, "goto/32", k30t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
ExecutionVisitor.java 589 public void visitGOTO(final GOTO o) {
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 84 GOTO(0x28, "goto", ReferenceType.NONE, Format.Format10t),
85 GOTO_16(0x29, "goto/16", ReferenceType.NONE, Format.Format20t),
86 GOTO_32(0x2a, "goto/32", ReferenceType.NONE, Format.Format30t),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 77 public static final int GOTO=49;
    [all...]
  /external/guice/lib/build/
asm-6.0.jar 

Completed in 1491 milliseconds

1 2 3 45 6