Searched refs:OdexedFieldInstructionMapper (Results 1 – 2 of 2) sorted by relevance
167 …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()
41 public class OdexedFieldInstructionMapper { class212 public OdexedFieldInstructionMapper(boolean isArt) { in OdexedFieldInstructionMapper() method in OdexedFieldInstructionMapper