Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DVariableSizeUpdater.java89 int variableSize = variableInstruction.variableIndex + 1; in visitVariableInstruction() local
92 variableSize++; in visitVariableInstruction()
95 if (codeAttribute.u2maxLocals < variableSize) in visitVariableInstruction()
97 codeAttribute.u2maxLocals = variableSize; in visitVariableInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DVariableOptimizer.java120 int variableSize = codeAttribute.u2maxLocals; in visitCodeAttribute() local
126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++) in visitCodeAttribute()
159 for (int index= 0; index < variableSize; index++) in visitCodeAttribute()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h762 size_t variableSize, in initCommand() argument
766 const size_t allocationSize = fixedAllocationSize + variableSize; in initCommand()