Lines Matching refs:arrObj
1276 ArrayObject* arrObj = (ArrayObject*) dvmDecodeIndirectRef(dvmThreadSelf(), jarr);
1277 PrimitiveType primType = arrObj->clazz->elementClass->primitiveType;
1278 int len = arrObj->length * dvmPrimitiveTypeWidth(primType);
1279 void* result = GuardedCopy::create(arrObj->contents, len, true);
1292 ArrayObject* arrObj = (ArrayObject*) dvmDecodeIndirectRef(dvmThreadSelf(), jarr);
1302 memcpy(arrObj->contents, dataBuf, len);