Home
last modified time | relevance | path

Searched refs:SPECIAL_MEMBER_SEPARATOR (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/
DClassConstants.java173 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field
/external/proguard/src/proguard/classfile/editor/
DMemberAdder.java255 …name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()… in newUniqueMemberName()
DClassReferenceFixer.java513 …name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()… in newUniqueMemberName()
/external/proguard/src/proguard/optimize/
DMethodDescriptorShrinker.java92 …newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCo… in visitProgramMethod()