Home | History | Annotate | Download | only in analysis

Lines Matching refs:mapData

195     u1* mapData;
257 mapData = pMap->data;
262 *mapData++ = i;
264 *mapData++ = i & 0xff;
265 *mapData++ = i >> 8;
268 vdata->insnRegCount, mapData);
269 mapData += regWidth;
273 LOGV("mapData=%p pMap=%p bufSize=%d", mapData, pMap, bufSize);
274 assert(mapData - (const u1*) pMap == bufSize);
1509 const u1* mapData = pMap->data;
1513 addr = *mapData++;
1515 addr |= (*mapData++) << 8;
1529 memcpy(tmpPtr, mapData, regWidth);
1531 prevBits = mapData;
1535 mapData += regWidth;
1547 addr = *mapData++;
1549 addr |= (*mapData++) << 8;
1570 lebSize = computeBitDiff(prevBits, mapData, regWidth,
1610 memcpy(tmpPtr, mapData, regWidth);
1614 (void) computeBitDiff(prevBits, mapData, regWidth,
1622 prevBits = mapData;
1624 mapData += regWidth;