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