Home | History | Annotate | Download | only in vm

Lines Matching refs:chunk

34  * and includes the chunk type/length, followed by the data.
37 * chunk. If this becomes inconvenient we will need to adapt.
45 Object* chunk = NULL;
59 * The chunk handlers are written in the Java programming language, so
78 ALOGW("WARNING: bad chunk found (len=%u pktLen=%d)", length, dataLen);
96 chunk = (Object*) callRes.l;
97 if (chunk == NULL)
101 dvmAddTrackedAlloc(chunk, self);
104 * Pull the pieces out of the chunk. We copy the results into a
106 * continue using the Chunk object because nothing has a reference to it.
115 type = dvmGetFieldInt(chunk, gDvm.offDalvikDdmcChunk_type);
117 (ArrayObject*) dvmGetFieldObject(chunk, gDvm.offDalvikDdmcChunk_data);
118 offset = dvmGetFieldInt(chunk, gDvm.offDalvikDdmcChunk_offset);
119 length = dvmGetFieldInt(chunk, gDvm.offDalvikDdmcChunk_length);
127 ALOGW("WARNING: chunk off=%d len=%d exceeds reply array len %d",
151 dvmReleaseTrackedAlloc(chunk, self);
336 * Generate the contents of a THST chunk. The data encompasses all known