Lines Matching refs:unbound_labels_count_
302 unbound_labels_count_ = 0; in Assembler()
781 unbound_labels_count_--; in bind_to()
1019 unbound_labels_count_++; in branch_offset()
1046 unbound_labels_count_++; in branch_offset_compact()
1072 unbound_labels_count_++; in branch_offset21()
1099 unbound_labels_count_++; in branch_offset21_compact()
1131 unbound_labels_count_++; in label_at_put()
2754 DCHECK(unbound_labels_count_ >= 0); in CheckTrampolinePool()
2755 if (unbound_labels_count_ > 0) { in CheckTrampolinePool()
2763 for (int i = 0; i < unbound_labels_count_; i++) { in CheckTrampolinePool()
2782 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()