Searched refs:TYPICAL_CONSTANT_POOL_SIZE (Results 1 – 5 of 5) sorted by relevance
41 …e int[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];42 …stant[] comparableConstantPool = new ComparableConstant[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];43 …stant[] newConstantPool = new Constant[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];
58 … int[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];
65 … int[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];
53 …t[] constantIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];54 …t[] bootstrapMethodIndexMap = new int[ClassConstants.TYPICAL_CONSTANT_POOL_SIZE];
337 public static final int TYPICAL_CONSTANT_POOL_SIZE = 256; field in ClassConstants