Lines Matching refs:unbound_labels_count_
324 unbound_labels_count_ = 0; in Assembler()
797 unbound_labels_count_--; in bind_to()
1038 unbound_labels_count_++; in branch_offset()
1065 unbound_labels_count_++; in branch_offset_compact()
1092 unbound_labels_count_++; in branch_offset21()
1120 unbound_labels_count_++; in branch_offset21_compact()
1152 unbound_labels_count_++; in label_at_put()
2515 DCHECK(unbound_labels_count_ >= 0); in CheckTrampolinePool()
2516 if (unbound_labels_count_ > 0) { in CheckTrampolinePool()
2524 for (int i = 0; i < unbound_labels_count_; i++) { in CheckTrampolinePool()
2539 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()