HomeSort by relevance Sort by last modified time
    Searched defs:IGET (Results 1 - 9 of 9) sorted by null

  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 97 IGET,
478 resultFor(primitive, PrimitiveType.Boolean, accessor, AccessorType.IGET));
488 resultFor(primitive, PrimitiveType.Byte, accessor, AccessorType.IGET));
498 resultFor(primitive, PrimitiveType.Char, accessor, AccessorType.IGET));
508 resultFor(primitive, PrimitiveType.Short, accessor, AccessorType.IGET));
518 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.IGET));
528 resultFor(primitive, PrimitiveType.Long, accessor, AccessorType.IGET));
538 resultFor(primitive, PrimitiveType.Float, accessor, AccessorType.IGET));
548 resultFor(primitive, PrimitiveType.Double, accessor, AccessorType.IGET));
558 resultFor(primitive, PrimitiveType.String, accessor, AccessorType.IGET));
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 369 public static final Dop IGET =
370 new Dop(DalvOps.IGET, DalvOps.IGET,
371 Form22c.THE_ONE, true, "iget");
375 Form22c.THE_ONE, true, "iget-wide");
379 Form22c.THE_ONE, true, "iget-object");
383 Form22c.THE_ONE, true, "iget-boolean");
387 Form22c.THE_ONE, true, "iget-byte");
391 Form22c.THE_ONE, true, "iget-char");
395 Form22c.THE_ONE, true, "iget-short")
    [all...]
DalvOps.java 116 public static final int IGET = 0x52;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 372 public static final Dop IGET =
373 new Dop(Opcodes.IGET, Opcodes.IGET,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 366 public static final Info IGET =
367 new Info(Opcodes.IGET, "iget",
371 new Info(Opcodes.IGET_WIDE, "iget-wide",
375 new Info(Opcodes.IGET_OBJECT, "iget-object",
379 new Info(Opcodes.IGET_BOOLEAN, "iget-boolean",
383 new Info(Opcodes.IGET_BYTE, "iget-byte",
387 new Info(Opcodes.IGET_CHAR, "iget-char",
391 new Info(Opcodes.IGET_SHORT, "iget-short",
    [all...]
Opcodes.java 121 public static final int IGET = 0x52;
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 102 IGET,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 120 IGET(0x52, "iget", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
121 IGET_WIDE(0x53, "iget-wide", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
122 IGET_OBJECT(0x54, "iget-object", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
123 IGET_BOOLEAN(0x55, "iget-boolean", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
124 IGET_BYTE(0x56, "iget-byte", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
125 IGET_CHAR(0x57, "iget-char", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
126 IGET_SHORT(0x58, "iget-short", ReferenceType.FIELD, Format.Format22c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
263 IGET_VOLATILE(firstApi(0xe3, 9), "iget-volatile", ReferenceType.FIELD, Format.Format22c, Opcode.ODEX_ONLY | Opcode.VOLATILE_FIELD_ACCESSOR | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
267 IGET_OBJECT_VOLATILE(firstApi(0xe7, 9), "iget-object-volatile", ReferenceType.FIELD, Format.Format22c, Opcode.ODEX_ONLY | Opcode.VOLATILE_FIELD_ (…)
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 642 milliseconds