Home
last modified time | relevance | path

Searched refs:next_slot_ (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfeedback-vector-inl.h343 return next_slot_.ToInt() < metadata().slot_count(); in HasNext()
348 cur_slot_ = next_slot_; in Next()
350 next_slot_ = FeedbackSlot(next_slot_.ToInt() + entry_size()); in Next()
Dfeedback-vector.h607 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()
612 next_slot_(FeedbackSlot(0)), in FeedbackMetadataIterator()
640 FeedbackSlot next_slot_; variable
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.h1002 next_slot_ = 0; in Trampoline()
1008 next_slot_ = start; in Trampoline()
1023 trampoline_slot = next_slot_; in take_slot()
1025 next_slot_ += kTrampolineSlotsSize; in take_slot()
1033 int next_slot_; variable
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.h1485 next_slot_ = 0; in Trampoline()
1489 next_slot_ = start; in Trampoline()
1501 trampoline_slot = next_slot_; in take_slot()
1503 next_slot_ += kTrampolineSlotsSize; in take_slot()
1509 int next_slot_;
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h1712 next_slot_ = 0; in Trampoline()
1718 next_slot_ = start; in Trampoline()
1733 trampoline_slot = next_slot_; in take_slot()
1735 next_slot_ += kTrampolineSlotsSize; in take_slot()
1743 int next_slot_; variable
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h1816 next_slot_ = 0; in Trampoline()
1822 next_slot_ = start; in Trampoline()
1837 trampoline_slot = next_slot_; in take_slot()
1839 next_slot_ += kTrampolineSlotsSize; in take_slot()
1847 int next_slot_; variable
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.h1844 next_slot_ = 0; in Trampoline()
1850 next_slot_ = start; in Trampoline()
1865 trampoline_slot = next_slot_; in take_slot()
1867 next_slot_ += kTrampolineSlotsSize; in take_slot()
1875 int next_slot_; variable