Home
last modified time | relevance | path

Searched refs:RSUB_INT_LIT8 (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java253 public static final int RSUB_INT_LIT8 = 0xd9; field in Opcodes
H A DOpcodeInfo.java894 public static final Info RSUB_INT_LIT8 = field in OpcodeInfo
895 new Info(Opcodes.RSUB_INT_LIT8, "rsub-int/lit8",
1181 set(RSUB_INT_LIT8);
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java237 RSUB_INT_LIT8, enumConstant
H A DInstruction.java540 addOpcodeInfo(Opcode.RSUB_INT_LIT8, "rsub-int/lit8", 0xd9, new Format22b()); in addOpcodeInfo() argument
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java251 public static final int RSUB_INT_LIT8 = 0xd9; field in DalvOps
H A DDops.java905 public static final Dop RSUB_INT_LIT8 = field in Dops
906 new Dop(DalvOps.RSUB_INT_LIT8, DalvOps.RSUB_INT,
1162 set(RSUB_INT_LIT8);
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java900 public static final Dop RSUB_INT_LIT8 = field in Dops
901 new Dop(Opcodes.RSUB_INT_LIT8, Opcodes.RSUB_INT,
1181 set(RSUB_INT_LIT8);
H A DRopToDop.java326 MAP.put(Rops.SUB_CONST_INT, Dops.RSUB_INT_LIT8); in MAP.put() argument
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java259 intLit8Opcodes.add(Opcode.RSUB_INT_LIT8);
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.cc516 case Instruction::RSUB_INT_LIT8: in ProcessDexInstruction()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_instruction_list.h243 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
H A DOpcode.java251RSUB_INT_LIT8(0xd9, "rsub-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINUE | O… enumConstant
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1753 HANDLER_ATTRIBUTES bool RSUB_INT_LIT8() { in RSUB_INT_LIT8() function
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
H A DMethodAnalyzer.java998 case RSUB_INT_LIT8: in analyzeInstruction()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc3589 case Instruction::RSUB_INT_LIT8: { in ProcessDexInstruction()
/aosp_15_r20/external/dexmaker/lib/
HDdalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc3668 case Instruction::RSUB_INT_LIT8: in CodeFlowVerifyInstruction()

1234