Home
last modified time | relevance | path

Searched refs:OP_WIDE (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java226 public static final byte OP_WIDE = -60; field
DInstruction.java906 code[offset++] = InstructionConstants.OP_WIDE; in write()
DInstructionFactory.java42 if (opcode == InstructionConstants.OP_WIDE) in create()