HomeSort by relevance Sort by last modified time
    Searched refs:INVOKE_SUPER (Results 1 - 25 of 32) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 260 public static final int INVOKE_SUPER = 51;
364 case INVOKE_SUPER: return "invoke-super";
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 260 public static final int INVOKE_SUPER = 51;
380 case INVOKE_SUPER: return "invoke-super";
Rops.java     [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InvokeChanger.java 35 Opcode.INVOKE_SUPER,
NewMethodCaller.java 154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 131 INVOKE_SUPER,
Instruction.java 433 addOpcodeInfo(Opcode.INVOKE_SUPER, "invoke-super", 0x6f, new Format35c());
  /art/tools/veridex/
hidden_api_finder.cc 101 case Instruction::INVOKE_SUPER:
flow_analysis.cc 319 case Instruction::INVOKE_SUPER:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 150 public static final int INVOKE_SUPER = 0x6f;
OpcodeInfo.java 482 public static final Info INVOKE_SUPER =
483 new Info(Opcodes.INVOKE_SUPER, "invoke-super",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 318 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
DalvOps.java 145 public static final int INVOKE_SUPER = 0x6f;
Dops.java 485 public static final Dop INVOKE_SUPER =
486 new Dop(DalvOps.INVOKE_SUPER, DalvOps.INVOKE_SUPER,
510 new Dop(DalvOps.INVOKE_SUPER_RANGE, DalvOps.INVOKE_SUPER,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 150 // Opcodes.INVOKE_SUPER
495 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
Dops.java 488 public static final Dop INVOKE_SUPER =
489 new Dop(Opcodes.INVOKE_SUPER, Opcodes.INVOKE_SUPER,
509 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
    [all...]
  /cts/tools/dasm/src/dasm/
DopInfo.java 197 case Opcodes.INVOKE_SUPER:
  /art/tools/dexanalyze/
dexanalyze_experiments.cc 422 case Instruction::INVOKE_SUPER:
584 case Instruction::INVOKE_SUPER:
dexanalyze_bytecode.cc 361 case Instruction::INVOKE_SUPER: {
  /art/libdexfile/dex/
dex_instruction.cc 390 case INVOKE_SUPER:
dex_instruction_list.h 133 V(0x6F, INVOKE_SUPER, "invoke-super", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVerifyRegBMethod | kVerifyVarArgNonZero) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 460 case RegOps.INVOKE_SUPER:
    [all...]

Completed in 747 milliseconds

1 2