/aosp_15_r20/dalvik/dx/src/com/android/dx/io/ |
H A D | Opcodes.java | 253 public static final int RSUB_INT_LIT8 = 0xd9; field in Opcodes
|
H A D | OpcodeInfo.java | 894 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 D | Opcode.java | 237 RSUB_INT_LIT8, enumConstant
|
H A D | Instruction.java | 540 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 D | DalvOps.java | 251 public static final int RSUB_INT_LIT8 = 0xd9; field in DalvOps
|
H A D | Dops.java | 905 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 D | Dops.java | 900 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 D | RopToDop.java | 326 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 D | ArithOpChanger.java | 259 intLit8Opcodes.add(Opcode.RSUB_INT_LIT8);
|
/aosp_15_r20/art/tools/veridex/ |
H A D | flow_analysis.cc | 516 case Instruction::RSUB_INT_LIT8: in ProcessDexInstruction()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_instruction_list.h | 239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
|
/aosp_15_r20/tools/dexter/slicer/export/slicer/ |
H A D | dex_instruction_list.h | 243 …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/ |
D | dex_instruction_list.h | 239 …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/ |
D | dex_instruction_list.h | 239 …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/ |
D | dex_instruction_list.h | 239 …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/ |
D | dex_instruction_list.h | 239 …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/ |
D | dex_instruction_list.h | 239 …V(0xD9, RSUB_INT_LIT8, "rsub-int/lit8", k22b, kIndexNone, kContinue, kSubtract | kRegCFieldOrConst…
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_instruction_list.h | 239 …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/ |
D | dex_instruction_list.h | 239 …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 D | Opcode.java | 251 …RSUB_INT_LIT8(0xd9, "rsub-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINUE | O… enumConstant
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 1753 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 D | MethodAnalyzer.java | 998 case RSUB_INT_LIT8: in analyzeInstruction()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 3589 case Instruction::RSUB_INT_LIT8: { in ProcessDexInstruction()
|
/aosp_15_r20/external/dexmaker/lib/ |
HD | dalvik-dx-9.0.0_r3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/art/runtime/verifier/ |
H A D | method_verifier.cc | 3668 case Instruction::RSUB_INT_LIT8: in CodeFlowVerifyInstruction()
|