Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h95 inline int GetSpillSlotCount() const { return spill_slot_count_; } in GetSpillSlotCount()
118 spill_slot_count_ += delta;
127 fixed_slot_count_ + spill_slot_count_ + return_slot_count_);
135 spill_slot_count_ += frame_slot_count_ - frame_slot_count_before;
150 DCHECK_EQ(0, spill_slot_count_); in ReserveSpillSlots()
151 spill_slot_count_ += static_cast<int>(slot_count); in ReserveSpillSlots()
171 int spill_slot_count_; variable
Dframe.cc18 spill_slot_count_(0), in Frame()
35 if (spill_slot_count_ != 0) { in AlignFrame()
36 spill_slot_count_ += delta; in AlignFrame()