Searched defs:quickOpcode (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DOdexedFieldInstructionMapper.java57 @Nullable public final Opcode quickOpcode; field in class:OdexedFieldInstructionMapper.FieldOpcode
60 public FieldOpcode(char type, @Nonnull Opcode normalOpcode, @Nullable Opcode quickOpcode, argument
65 this.quickOpcode = quickOpcode;
73 this.quickOpcode = null;
77 public FieldOpcode(char type, @Nonnull Opcode normalOpcode, @Nullable Opcode quickOpcode) { argument
81 this.quickOpcode = quickOpcode;
225 if (fieldOpcode.quickOpcode != null) {
226 opcodeValueTypeMap.put(fieldOpcode.quickOpcode, getValueTyp
[all...]

Completed in 115 milliseconds