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/
H A Dframe.h45 // starts at 4+spill_slot_count_. Callee stack slots correspond to
101 inline int GetSpillSlotCount() const { return spill_slot_count_; } in GetSpillSlotCount()
127 spill_slot_count_ += padding; in AlignSavedCalleeRegisterSlots()
140 fixed_slot_count_ + spill_slot_count_ + return_slot_count_); in AllocateSpillSlot()
165 spill_slot_count_ += end - old_end; in AllocateSpillSlot()
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; member in v8::internal::compiler::Frame
H A Dframe.cc39 if (spill_slot_count_ != 0) { in AlignFrame()
40 spill_slot_count_ += delta; in AlignFrame()

Completed in 1 milliseconds