Home
last modified time | relevance | path

Searched refs:unbound_labels_count_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc185 unbound_labels_count_ = 0;
563 unbound_labels_count_--; in bind_to()
937 unbound_labels_count_++; in branch_offset_helper()
968 unbound_labels_count_++; in label_at_put()
2202 unbound_labels_count_++; in dd()
2241 DCHECK_GE(unbound_labels_count_, 0); in CheckTrampolinePool()
2242 if (unbound_labels_count_ > 0) { in CheckTrampolinePool()
2251 for (int i = 0; i < unbound_labels_count_; i++) { in CheckTrampolinePool()
2258 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
H A Dassembler-loong64.h828 inline int UnboundLabelsCount() { return unbound_labels_count_; } in UnboundLabelsCount()
1038 int unbound_labels_count_; variable
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc308 unbound_labels_count_ = 0;
1033 unbound_labels_count_--; in bind_to()
1454 unbound_labels_count_++; in branch_offset_helper()
1485 unbound_labels_count_++; in label_at_put()
3620 unbound_labels_count_++; in dd()
3659 DCHECK_GE(unbound_labels_count_, 0); in CheckTrampolinePool()
3660 if (unbound_labels_count_ > 0) { in CheckTrampolinePool()
3673 for (int i = 0; i < unbound_labels_count_; i++) { in CheckTrampolinePool()
3684 // If unbound_labels_count_ is big enough, label after_pool will in CheckTrampolinePool()
3688 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
[all...]
H A Dassembler-mips.h1517 inline int UnboundLabelsCount() { return unbound_labels_count_; } in UnboundLabelsCount()
1852 int unbound_labels_count_; member in v8::internal::Assembler::OffsetAccessType::CompactBranchType
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc233 unbound_labels_count_ = 0;
643 unbound_labels_count_--; in bind_to()
1405 unbound_labels_count_++; in jump_address()
1436 unbound_labels_count_++; in branch_long_offset()
1469 unbound_labels_count_++; in branch_offset_helper()
1503 unbound_labels_count_++; in label_at_put()
3754 DCHECK_GE(unbound_labels_count_, 0); in CheckTrampolinePool()
3755 if (unbound_labels_count_ > 0) { in CheckTrampolinePool()
3766 for (int i = 0; i < unbound_labels_count_; i++) { in CheckTrampolinePool()
3775 // If unbound_labels_count_ i in CheckTrampolinePool()
[all...]
H A Dassembler-riscv64.h1291 inline int UnboundLabelsCount() { return unbound_labels_count_; } in UnboundLabelsCount()
1748 int unbound_labels_count_; member in v8::internal::Assembler::OffsetAccessType
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc286 unbound_labels_count_ = 0;
959 unbound_labels_count_--; in bind_to()
1398 unbound_labels_count_++; in branch_offset_helper()
1429 unbound_labels_count_++; in label_at_put()
3820 unbound_labels_count_++; in dd()
3859 DCHECK_GE(unbound_labels_count_, 0); in CheckTrampolinePool()
3860 if (unbound_labels_count_ > 0) { in CheckTrampolinePool()
3873 for (int i = 0; i < unbound_labels_count_; i++) { in CheckTrampolinePool()
3893 // If unbound_labels_count_ is big enough, label after_pool will in CheckTrampolinePool()
3897 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
[all...]
H A Dassembler-mips64.h1564 inline int UnboundLabelsCount() { return unbound_labels_count_; } in UnboundLabelsCount()
1880 int unbound_labels_count_; member in v8::internal::Assembler::OffsetAccessType::CompactBranchType

Completed in 40 milliseconds