Home | History | Annotate | Download | only in optimizing

Lines Matching refs:kPackedSwitchCompareJumpThreshold

60 static constexpr uint32_t kPackedSwitchCompareJumpThreshold = 7;
6637 if (switch_instr->GetNumEntries() > kPackedSwitchCompareJumpThreshold &&
6653 if (num_entries <= kPackedSwitchCompareJumpThreshold || !codegen_->GetAssembler()->IsThumb()) {