Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java297 private static Map<Integer,OpcodeInfo> opcode_map_by_int = new HashMap<Integer,OpcodeInfo>(); field in Instruction
305 return opcode_map_by_int.get(opcodeValue); in getOpcodeInfo()
315 opcode_map_by_int.put(opcodeValue, info); in addOpcodeInfo()
580 if (opcode_map_by_int.size() != 256) {