Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 2 of 2) sorted by relevance

/art/tools/ahat/src/
DInstanceUtils.java54 Object[] objs = array.getValues(); in asByteArray() local
55 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()
/art/test/036-finalizer/src/
DMain.java139 Object[] objs = new Object[count]; in allocFinalizableObjects() local
141 objs[i] = new FinalizeCounter(i); in allocFinalizableObjects()