Home | History | Annotate | Download | only in optimizing

Lines Matching refs:kPackedSwitchCompareJumpThreshold

77 static constexpr uint32_t kPackedSwitchCompareJumpThreshold = 7;
556 DCHECK_GE(num_entries, kPackedSwitchCompareJumpThreshold);
4759 if (num_entries <= kPackedSwitchCompareJumpThreshold ||