Home | History | Annotate | Download | only in mips

Lines Matching refs:unbound_labels_count_

324   unbound_labels_count_ = 0;
797 unbound_labels_count_--;
1038 unbound_labels_count_++;
1065 unbound_labels_count_++;
1092 unbound_labels_count_++;
1120 unbound_labels_count_++;
1152 unbound_labels_count_++;
2515 DCHECK(unbound_labels_count_ >= 0);
2516 if (unbound_labels_count_ > 0) {
2524 for (int i = 0; i < unbound_labels_count_; i++) {
2539 trampoline_ = Trampoline(pool_start, unbound_labels_count_);