HomeSort by relevance Sort by last modified time
    Searched full:variablesize (Results 1 - 3 of 3) sorted by null

  /external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java 89 int variableSize = variableInstruction.variableIndex + 1;
92 variableSize++;
95 if (codeAttribute.u2maxLocals < variableSize)
97 codeAttribute.u2maxLocals = variableSize;
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 120 int variableSize = codeAttribute.u2maxLocals;
126 for (int oldIndex = 0; oldIndex < variableSize; oldIndex++)
159 for (int index= 0; index < variableSize; index++)
  /frameworks/native/libs/gui/
Sensor.cpp 337 size_t variableSize =
343 return fixedSize + variableSize;

Completed in 109 milliseconds