Searched refs:variableSize (Results 1 – 3 of 3) sorted by relevance
89 int variableSize = variableInstruction.variableIndex + 1; in visitVariableInstruction() local92 variableSize++; in visitVariableInstruction()95 if (codeAttribute.u2maxLocals < variableSize) in visitVariableInstruction()97 codeAttribute.u2maxLocals = variableSize; in visitVariableInstruction()
120 int variableSize = codeAttribute.u2maxLocals; in visitCodeAttribute() local126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++) in visitCodeAttribute()159 for (int index= 0; index < variableSize; index++) in visitCodeAttribute()
762 size_t variableSize, in initCommand() argument766 const size_t allocationSize = fixedAllocationSize + variableSize; in initCommand()