Home | History | Annotate | Download | only in dexdump

Lines Matching full:pdata

1543 void dumpDifferentialCompressedMap(const u1** pData)
1545 const u1* data = *pData;
1571 *pData = data;
1577 * "*pData" should point to the start of the register map data. Advances
1578 * "*pData" to the start of the next map.
1581 const u1** pData)
1583 const u1* data = *pData;
1637 // *pData = align32(data);
1638 *pData = data;