Searched refs:constantIndexSize (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java126 int constantIndexSize = constantIndexSize();
129 constantIndex = readValue(code, offset, constantIndexSize); offset += constantIndexSize;
136 int constantIndexSize = constantIndexSize();
139 if (requiredConstantIndexSize() > constantIndexSize)
144 writeValue(code, offset, constantIndex, constantIndexSize); offset += constantIndexSize;
151 return 1 + constantIndexSize()
280 private int constantIndexSize() method in class:ConstantInstruction
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 341 milliseconds