OBJECT_ARRAY 138 dvm/heap.c ret = alloc_array(dvm, OBJECT_ARRAY, size); OBJECT_ARRAY 170 dvm/heap.c if (obj->type == ARRAY_OBJECT && obj->u.array.type == OBJECT_ARRAY) { OBJECT_ARRAY 235 dvm/heap.c case OBJECT_ARRAY: