Home | History | Annotate | Download | only in bytecode

Lines Matching defs:CACHE_SIZE

42     private static final int CACHE_SIZE = 32;
45 * A hash function for CACHE_SIZE
131 constInfoCache = new ConstInfo[CACHE_SIZE];
132 constInfoIndexCache = new int[CACHE_SIZE];
144 constInfoCache = new ConstInfo[CACHE_SIZE];
145 constInfoIndexCache = new int[CACHE_SIZE];
155 constInfoCache = new ConstInfo[CACHE_SIZE];
156 constInfoIndexCache = new int[CACHE_SIZE];