Home | History | Annotate | Download | only in analysis

Lines Matching full:mapsize

623     size_t mapSize = computeRegisterMapSize(meth->registerMap);
624 memcpy(*pPtr, meth->registerMap, mapSize);
630 *pPtr += mapSize;