Searched refs:pObjects (Results 1 – 1 of 1) sorted by relevance
1014 Object** pObjects; in dvmDbgOutputArray() local1017 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() local1067 pObjects = (Object**) data; in dvmDbgSetArrayElements()1068 pObjects += firstIndex; in dvmDbgSetArrayElements()[all …]