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

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InvokeChanger.java 44 Opcode.INVOKE_DIRECT_RANGE,
NewInstanceChanger.java 203 mInsn.insn.info.opcode == Opcode.INVOKE_DIRECT_RANGE);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 138 INVOKE_DIRECT_RANGE,
Instruction.java 440 addOpcodeInfo(Opcode.INVOKE_DIRECT_RANGE, "invoke-direct/range", 0x76, new Format3rc());
  /art/tools/veridex/
hidden_api_finder.cc 107 case Instruction::INVOKE_DIRECT_RANGE:
flow_analysis.cc 325 case Instruction::INVOKE_DIRECT_RANGE:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 156 public static final int INVOKE_DIRECT_RANGE = 0x76;
OpcodeInfo.java 506 public static final Info INVOKE_DIRECT_RANGE =
507 new Info(Opcodes.INVOKE_DIRECT_RANGE, "invoke-direct/range",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 152 public static final int INVOKE_DIRECT_RANGE = 0x76;
Dops.java 513 public static final Dop INVOKE_DIRECT_RANGE =
514 new Dop(DalvOps.INVOKE_DIRECT_RANGE, DalvOps.INVOKE_DIRECT,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 494 Opcodes.INVOKE_DIRECT_RANGE, Form35c.THE_ONE, false);
512 public static final Dop INVOKE_DIRECT_RANGE =
513 new Dop(Opcodes.INVOKE_DIRECT_RANGE, Opcodes.INVOKE_DIRECT,
    [all...]
  /art/runtime/
common_throws.cc 471 case Instruction::INVOKE_DIRECT_RANGE:
590 case Instruction::INVOKE_DIRECT_RANGE:
    [all...]
  /art/runtime/interpreter/
interpreter.cc 508 DCHECK(instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE ||
510 return (instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE) ?
interpreter_common.h 642 instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE) {
643 uint16_t callee_method_idx = (instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE) ?
interpreter_switch_impl-inl.h     [all...]
  /art/tools/dexanalyze/
dexanalyze_experiments.cc 39 code == Instruction::INVOKE_DIRECT_RANGE ||
390 case Instruction::INVOKE_DIRECT_RANGE: {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/libdexfile/dex/
dex_instruction.cc 434 case INVOKE_DIRECT_RANGE:
dex_instruction_list.h 140 V(0x76, INVOKE_DIRECT_RANGE, "invoke-direct/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVerifyRegBMethod | kVerifyVarArgRangeNonZero) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 155 INVOKE_DIRECT_RANGE(0x76, "invoke-direct/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE),
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /art/runtime/dex/
dex_file_annotations.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 2280 milliseconds