Home | History | Annotate | Download | only in mips64

Lines Matching full:jump_table_

277   if (jump_table_.length() > 0) {
284 Address base = jump_table_[0]->address;
285 for (int i = 0; i < jump_table_.length(); i++) {
286 Deoptimizer::JumpTableEntry* table_entry = jump_table_[i];
792 jump_table_.is_empty() ||
793 !table_entry->IsEquivalentTo(*jump_table_.last())) {
794 jump_table_.Add(table_entry, zone());
796 __ Branch(&jump_table_.last()->label, condition, src1, src2);