Searched defs:DexMethod (Results 1 – 6 of 6) sorted by relevance
/external/r8/src/main/java/com/android/tools/r8/naming/ |
D | MethodNameMinifier.java | 136 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()
|
D | Minifier.java | 67 Map<DexMethod, DexString> methodRenaming, Map<DexField, DexString> fieldRenaming, in MinifiedRenaming()
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | DexMethod.java | 10 public class DexMethod extends Descriptor<DexEncodedMethod, DexMethod> class 20 DexMethod(DexType holder, DexProto proto, DexString name) { in DexMethod() method in DexMethod
|
D | GraphLense.java | 109 private NestedGraphLense(Map<DexType, DexType> typeMap, Map<DexMethod, DexMethod> methodMap, in NestedGraphLense()
|
/external/r8/src/main/java/com/android/tools/r8/optimize/ |
D | MemberRebindingAnalysis.java | 34 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()
|
D | BridgeMethodAnalysis.java | 85 Map<DexMethod, DexMethod> bridgeTargetToBridgeMap) { in BridgeLense()
|