Home
last modified time | relevance | path

Searched refs:free_slot_count_ (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h1003 free_slot_count_ = 0; in Trampoline()
1009 free_slot_count_ = slot_count; in Trampoline()
1016 if (free_slot_count_ <= 0) { in take_slot()
1024 free_slot_count_--; in take_slot()
1034 int free_slot_count_; member in v8::internal::Assembler::Trampoline
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1486 free_slot_count_ = 0; in Trampoline()
1490 free_slot_count_ = slot_count; in Trampoline()
1494 if (free_slot_count_ <= 0) { in take_slot()
1502 free_slot_count_--; in take_slot()
1510 int free_slot_count_; member in v8::internal::Assembler::Trampoline
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1713 free_slot_count_ = 0; in Trampoline()
1719 free_slot_count_ = slot_count; in Trampoline()
1726 if (free_slot_count_ <= 0) { in take_slot()
1734 free_slot_count_--; in take_slot()
1744 int free_slot_count_; member in v8::internal::Assembler::OffsetAccessType::Trampoline
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1845 free_slot_count_ = 0; in Trampoline()
1851 free_slot_count_ = slot_count; in Trampoline()
1858 if (free_slot_count_ <= 0) { in take_slot()
1866 free_slot_count_--; in take_slot()
1876 int free_slot_count_; member in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1817 free_slot_count_ = 0; in Trampoline()
1823 free_slot_count_ = slot_count; in Trampoline()
1830 if (free_slot_count_ <= 0) { in take_slot()
1838 free_slot_count_--; in take_slot()
1848 int free_slot_count_; member in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline

Completed in 15 milliseconds