Lines Matching refs:pObjects
1014 Object** pObjects; in dvmDbgOutputArray() local
1017 pObjects = (Object**) data; in dvmDbgOutputArray()
1018 pObjects += firstIndex; in dvmDbgOutputArray()
1023 for (i = 0; i < count; i++, pObjects++) { in dvmDbgOutputArray()
1025 if (*pObjects != NULL) in dvmDbgOutputArray()
1026 thisTag = tagFromObject(*pObjects); in dvmDbgOutputArray()
1030 expandBufAddObjectId(pReply, objectToObjectId(*pObjects)); in dvmDbgOutputArray()
1064 Object** pObjects; in dvmDbgSetArrayElements() local
1067 pObjects = (Object**) data; in dvmDbgSetArrayElements()
1068 pObjects += firstIndex; in dvmDbgSetArrayElements()
1075 *pObjects++ = objectIdToObject(id); in dvmDbgSetArrayElements()