Home | History | Annotate | Download | only in statics

Lines Matching refs:MAX_CODE_SIZE

343         if (code.getCode().length >= Const.MAX_CODE_SIZE) {// length must be LESS than the max
345 "Code array in code attribute '"+code+"' too big: must be smaller than "+Const.MAX_CODE_SIZE+"65536 bytes.");