Home
last modified time | relevance | path

Searched refs:Format11x (Results 1 – 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java46 …MOVE_RESULT((short)0x0a, "move-result", ReferenceType.NONE, Format.Format11x, Opcode.CAN_CONTINUE …
47 …MOVE_RESULT_WIDE((short)0x0b, "move-result-wide", ReferenceType.NONE, Format.Format11x, Opcode.CAN…
48 …MOVE_RESULT_OBJECT((short)0x0c, "move-result-object", ReferenceType.NONE, Format.Format11x, Opcode…
49 …MOVE_EXCEPTION((short)0x0d, "move-exception", ReferenceType.NONE, Format.Format11x, Opcode.CAN_CON…
51 RETURN((short)0x0f, "return", ReferenceType.NONE, Format.Format11x),
52 RETURN_WIDE((short)0x10, "return-wide", ReferenceType.NONE, Format.Format11x),
53 RETURN_OBJECT((short)0x11, "return-object", ReferenceType.NONE, Format.Format11x),
65 …MONITOR_ENTER((short)0x1d, "monitor-enter", ReferenceType.NONE, Format.Format11x, Opcode.CAN_THROW…
66 …MONITOR_EXIT((short)0x1e, "monitor-exit", ReferenceType.NONE, Format.Format11x, Opcode.CAN_THROW |…
75 THROW((short)0x27, "throw", ReferenceType.NONE, Format.Format11x, Opcode.CAN_THROW),
DFormat.java38 Format11x(2), enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction11x.java43 public static final Format FORMAT = Format.Format11x;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction11x.java42 public static final Format FORMAT = Format.Format11x;
DImmutableInstruction.java68 case Format11x: in of()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction.java86 case Format11x: in buildInstruction()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java191 case Format11x: in writeTo()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java523 case Format11x:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java929 case Format11x: