Home
last modified time | relevance | path

Searched refs:Format31c (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat31c.java25 public class Format31c extends Format3 implements ContainsVRegs, ContainsPoolIndex { class
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java42 import dexfuzz.rawdex.formats.Format31c;
347 addOpcodeInfo(Opcode.CONST_STRING_JUMBO, "const-string/jumbo", 0x1b, new Format31c()); in addOpcodeInfo() argument