Home | History | Annotate | Download | only in mips64

Lines Matching refs:unbound_labels_count_

302   unbound_labels_count_ = 0;
781 unbound_labels_count_--;
1019 unbound_labels_count_++;
1046 unbound_labels_count_++;
1072 unbound_labels_count_++;
1099 unbound_labels_count_++;
1131 unbound_labels_count_++;
2754 DCHECK(unbound_labels_count_ >= 0);
2755 if (unbound_labels_count_ > 0) {
2763 for (int i = 0; i < unbound_labels_count_; i++) {
2782 trampoline_ = Trampoline(pool_start, unbound_labels_count_);