Searched refs:arrayTypeId (Results 1 – 3 of 3) sorted by relevance
193 ObjectId dvmDbgCreateArrayObject(RefTypeId arrayTypeId, u4 length);
1115 ObjectId dvmDbgCreateArrayObject(RefTypeId arrayTypeId, u4 length) in dvmDbgCreateArrayObject() argument1117 ClassObject* clazz = refTypeIdToClassObject(arrayTypeId); in dvmDbgCreateArrayObject()
792 RefTypeId arrayTypeId = dvmReadRefTypeId(&buf); in handleAT_newInstance() local796 dvmDbgGetClassDescriptor(arrayTypeId), length); in handleAT_newInstance()797 ObjectId objectId = dvmDbgCreateArrayObject(arrayTypeId, length); in handleAT_newInstance()