Home
last modified time | relevance | path

Searched refs:unbound_labels_count_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc324 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()
[all …]
Dassembler-mips.h1345 int unbound_labels_count_; variable
/external/v8/src/mips64/
Dassembler-mips64.cc302 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()
[all …]
Dassembler-mips64.h1382 int unbound_labels_count_; variable