215216217218219220221222223224225
}else{ for(Parameterized allocate : allocateDims){ allocate.loadToStack(block); ih.unbox(allocate.getParamterizedType().getType()); } ih.multiANewArrayInsn(arrayCls.getType(), allocateDims.length); } }else{ loopArray(arrayCls, values); } }