Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DConstantPoolRemapper.java513 int newConstantIndex = remapConstantIndex(constantInstruction.constantIndex); in visitConstantInstruction() local
514 if (newConstantIndex != constantInstruction.constantIndex) in visitConstantInstruction()
519 newConstantIndex, in visitConstantInstruction()