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