Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DBootstrapMethodRemapper.java80 int remappedConstantIndex = constantIndexMap[constantIndex]; in remapConstantIndex() local
81 if (remappedConstantIndex < 0) in remapConstantIndex()
86 return remappedConstantIndex; in remapConstantIndex()
DConstantPoolRemapper.java680 int remappedConstantIndex = constantIndexMap[constantIndex]; in remapConstantIndex() local
681 if (remappedConstantIndex < 0) in remapConstantIndex()
686 return remappedConstantIndex; in remapConstantIndex()