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

/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java39 int[] constInfoIndexCache; field in class:ConstPool
132 constInfoIndexCache = new int[CACHE_SIZE];
145 constInfoIndexCache = new int[CACHE_SIZE];
156 constInfoIndexCache = new int[CACHE_SIZE];
763 return constInfoIndexCache[h];
768 constInfoIndexCache[h] = i;
802 return constInfoIndexCache[h];
807 constInfoIndexCache[h] = i;
841 return constInfoIndexCache[h];
846 constInfoIndexCache[
[all...]

Completed in 41 milliseconds