Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DDexEncodedMethod.java315 public DexEncodedMethod toTypeSubstitutedMethod(DexMethod method) { in toTypeSubstitutedMethod() method in DexEncodedMethod
/external/r8/src/main/java/com/android/tools/r8/shaking/
DSimpleClassMerger.java481 methods[i] = encodedMethod.toTypeSubstitutedMethod(newMethod); in substituteTypesIn()