Searched refs:number_of_slots_ (Results 1 – 1 of 1) sorted by relevance
54 SlotSnapshot() : number_of_slots_(0) {} in SlotSnapshot()55 int number_of_slots() const { return number_of_slots_; } in number_of_slots()58 void clear() { number_of_slots_ = 0; } in clear()60 snapshot_[number_of_slots_].first = slot; in add()61 snapshot_[number_of_slots_].second = value; in add()62 ++number_of_slots_; in add()67 int number_of_slots_; member in v8::internal::SlotSnapshot