Searched refs:sHolderPool (Results 1 – 2 of 2) sorted by relevance
296 private static Parcel sHolderPool; field in Parcel636 mPoolNext = sHolderPool; in recycle()637 sHolderPool = this; in recycle()5411 if (sHolderPool != null) { in obtain()5412 res = sHolderPool; in obtain()5413 sHolderPool = res.mPoolNext; in obtain()
37285 Landroid/os/Parcel;->sHolderPool:[Landroid/os/Parcel;