Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DJavaConstants.java70 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field
DClassConstants.java195 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field in ClassConstants
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumDescriptorSimplifier.java170 …String newName = name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descr… in visitProgramField()
229 …newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCo… in visitProgramMethod()
/external/proguard/src/proguard/classfile/editor/
DMemberAdder.java292 …name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()… in newUniqueMemberName()
DClassReferenceFixer.java558 …name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()… in newUniqueMemberName()
/external/proguard/src/proguard/optimize/
DMethodDescriptorShrinker.java96 …newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCo… in visitProgramMethod()