Searched refs:sHolderPool (Results 1 – 2 of 2) sorted by relevance
288 private static Parcel sHolderPool; field in Parcel591 mPoolNext = sHolderPool; in recycle()592 sHolderPool = this; in recycle()5205 if (sHolderPool != null) { in obtain()5206 res = sHolderPool; in obtain()5207 sHolderPool = res.mPoolNext; in obtain()
37928 Landroid/os/Parcel;->sHolderPool:[Landroid/os/Parcel;