Home
last modified time | relevance | path

Searched refs:Format23x (Results 1 – 25 of 62) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java89 …CMPL_FLOAT(0x2d, "cmpl-float", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.…
90 …CMPG_FLOAT(0x2e, "cmpg-float", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.…
91 …CMPL_DOUBLE(0x2f, "cmpl-double", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcod…
92 …CMPG_DOUBLE(0x30, "cmpg-double", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcod…
93 …CMP_LONG(0x31, "cmp-long", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS…
106 …AGET(0x44, "aget", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | …
107 …AGET_WIDE(0x45, "aget-wide", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode.CAN_C…
108 …AGET_OBJECT(0x46, "aget-object", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode.C…
109 …AGET_BOOLEAN(0x47, "aget-boolean", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode…
110 …AGET_BYTE(0x48, "aget-byte", ReferenceType.NONE, Format.Format23x, Opcode.CAN_THROW | Opcode.CAN_C…
[all …]
DFormat.java53 Format23x(4), enumConstant
/external/r8/src/main/java/com/android/tools/r8/code/
DFormat23x.java12 abstract class Format23x extends Base2Format { class
19 Format23x(int high, BytecodeStream stream) { in Format23x() method in Format23x
26 Format23x(int AA, int BB, int CC) { in Format23x() method in Format23x
48 Format23x o = (Format23x) other; in equals()
DXorLong.java9 public class XorLong extends Format23x {
DUshrLong.java8 public class UshrLong extends Format23x {
DSubFloat.java9 public class SubFloat extends Format23x {
DAddDouble.java8 public class AddDouble extends Format23x {
DShrLong.java9 public class ShrLong extends Format23x {
DSubLong.java9 public class SubLong extends Format23x {
DDivDouble.java8 public class DivDouble extends Format23x {
DAndInt.java9 public class AndInt extends Format23x {
DUshrInt.java9 public class UshrInt extends Format23x {
DAddInt.java9 public class AddInt extends Format23x {
DDivFloat.java8 public class DivFloat extends Format23x {
DAddLong.java8 public class AddLong extends Format23x {
DOrInt.java8 public class OrInt extends Format23x {
DShlInt.java9 public class ShlInt extends Format23x {
DSubInt.java9 public class SubInt extends Format23x {
DShlLong.java9 public class ShlLong extends Format23x {
DAddFloat.java9 public class AddFloat extends Format23x {
DAndLong.java9 public class AndLong extends Format23x {
DXorInt.java9 public class XorInt extends Format23x {
DOrLong.java8 public class OrLong extends Format23x {
DSubDouble.java9 public class SubDouble extends Format23x {
DRemDouble.java9 public class RemDouble extends Format23x {

123