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