Home | History | Annotate | Download | only in mips

Lines Matching full:jump_table_

301   if (jump_table_.length() > 0) {
305 Address base = jump_table_[0].address;
309 int length = jump_table_.length();
311 Deoptimizer::JumpTableEntry* table_entry = &jump_table_[i];
314 DCHECK(table_entry->bailout_type == jump_table_[0].bailout_type);
803 jump_table_.is_empty() ||
804 !table_entry.IsEquivalentTo(jump_table_.last())) {
805 jump_table_.Add(table_entry, zone());
807 __ Branch(&jump_table_.last().label, condition, src1, src2);