Home | History | Annotate | Download | only in optimizing

Lines Matching full:num_entries

5136   int32_t num_entries = switch_instr->GetNumEntries();
5146 // this case, index >= num_entries must be true. So that we can save one branch instruction.
5153 for (; num_entries - last_index > 2; last_index += 2) {
5160 if (num_entries - last_index == 2) {