Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassPath.java167 …private final Supplier<OdexedFieldInstructionMapper> fieldInstructionMapperSupplier = Suppliers.me…
168 new Supplier<OdexedFieldInstructionMapper>() {
169 @Override public OdexedFieldInstructionMapper get() {
170 return new OdexedFieldInstructionMapper(isArt());
175 public OdexedFieldInstructionMapper getFieldInstructionMapper() { in getFieldInstructionMapper()
DOdexedFieldInstructionMapper.java41 public class OdexedFieldInstructionMapper { class
212 public OdexedFieldInstructionMapper(boolean isArt) { in OdexedFieldInstructionMapper() method in OdexedFieldInstructionMapper