Searched refs:icicleSize (Results 1 – 1 of 1) sorted by relevance
1671 int icicleSize = (icicle == null ? 0 : icicle.getSize()); in logIfTransactionTooLarge() local1672 if (extrasSize + icicleSize > 200000) { in logIfTransactionTooLarge()1674 + ", icicle size: " + icicleSize); in logIfTransactionTooLarge()