Home
last modified time | relevance | path

Searched refs:spill_slot_count_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.h101 inline int GetSpillSlotCount() const { return spill_slot_count_; } in GetSpillSlotCount()
127 spill_slot_count_ += padding;
140 fixed_slot_count_ + spill_slot_count_ + return_slot_count_);
165 spill_slot_count_ += end - old_end;
177 DCHECK_EQ(0, spill_slot_count_); in ReserveSpillSlots()
179 spill_slot_count_ += static_cast<int>(slot_count); in ReserveSpillSlots()
186 int spill_slot_count_ = 0; variable
Dframe.cc39 if (spill_slot_count_ != 0) { in AlignFrame()
40 spill_slot_count_ += delta; in AlignFrame()