Searched refs:staticGet (Results 1 – 3 of 3) sorted by relevance
192 StaticGet staticGet = current.asStaticGet(); in rewriteWithConstantValues() local193 DexField field = staticGet.getField(); in rewriteWithConstantValues()199 replacement = target.valueAsConstInstruction(appInfo, staticGet.dest()); in rewriteWithConstantValues()203 replacement = constantReplacementFromProguardRule(lookup.rule, code, staticGet); in rewriteWithConstantValues()209 setValueRangeFromProguardRule(lookup.rule, staticGet.dest()); in rewriteWithConstantValues()
408 StaticGet staticGet = array.asStaticGet(); in removeSwitchMaps() local409 if (staticGet.getField().name.toSourceString().startsWith("$SwitchMap$")) { in removeSwitchMaps()410 Int2ReferenceMap<DexField> indexMap = extractIndexMapFrom(staticGet.getField()); in removeSwitchMaps()443 if (staticGet.outValue().numberOfUsers() == 0) { in removeSwitchMaps()444 assert staticGet.inValues().isEmpty(); in removeSwitchMaps()445 staticGet.getBlock().removeInstruction(staticGet); in removeSwitchMaps()779 StaticGet staticGet = current.asStaticGet(); in disableAssertions() local780 if (staticGet.getField().name == dexItemFactory.assertionsDisabled) { in disableAssertions()
142 StaticGet staticGet = current.asStaticGet(); in rewrite() local143 DexField field = staticGet.getField(); in rewrite()147 new StaticGet(staticGet.getType(), staticGet.dest(), actualField); in rewrite()