Searched refs:objs (Results 1 – 2 of 2) sorted by relevance
54 Object[] objs = array.getValues(); in asByteArray() local55 byte[] bytes = new byte[objs.length]; in asByteArray()56 for (int i = 0; i < objs.length; i++) { in asByteArray()57 Byte b = (Byte)objs[i]; in asByteArray()
139 Object[] objs = new Object[count]; in allocFinalizableObjects() local141 objs[i] = new FinalizeCounter(i); in allocFinalizableObjects()