Home
last modified time | relevance | path

Searched defs:DexMethod (Results 1 – 6 of 6) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/naming/
DMethodNameMinifier.java136 Map<DexMethod, DexString> renaming) { in assignNamesToClassesMethods()
149 NamingState<DexProto> state, boolean doPrivates, Map<DexMethod, DexString> renaming) { in assignNamesToMethods()
183 Map<DexMethod, DexString> renaming, Timing timing) { in assignNamesToInterfaceMethods()
249 Map<Wrapper<DexMethod>, Set<NamingState<DexProto>>> globalStateMap, in addStatesToGlobalMapForMethods()
265 Map<DexMethod, DexString> renaming, NamingState<DexProto> originState) { in assignNameForInterfaceMethodInAllStates()
DMinifier.java67 Map<DexMethod, DexString> methodRenaming, Map<DexField, DexString> fieldRenaming, in MinifiedRenaming()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexMethod.java10 public class DexMethod extends Descriptor<DexEncodedMethod, DexMethod> class
20 DexMethod(DexType holder, DexProto proto, DexString name) { in DexMethod() method in DexMethod
DGraphLense.java109 private NestedGraphLense(Map<DexType, DexType> typeMap, Map<DexMethod, DexMethod> methodMap, in NestedGraphLense()
/external/r8/src/main/java/com/android/tools/r8/optimize/
DMemberRebindingAnalysis.java34 private DexMethod validTargetFor(DexMethod target, DexMethod original, in validTargetFor() argument
108 private void computeMethodRebinding(Set<DexMethod> methods, in computeMethodRebinding() argument
109 Function<DexMethod, DexEncodedMethod> lookupTarget, in computeMethodRebinding()
DBridgeMethodAnalysis.java85 Map<DexMethod, DexMethod> bridgeTargetToBridgeMap) { in BridgeLense()