Searched defs:IsFull (Results 1 – 6 of 6) sorted by relevance
27 bool IsFull() const { in IsFull() function
140 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() function
28 bool IsFull() const { return index_ == capacity_; } in IsFull() function
69 bool IsFull; member in COutWindow
725 bool SwissNameDictionary::IsFull(ctrl_t c) { in IsFull() function
4232 bool WeakArrayList::IsFull() const { return length() == capacity(); } in IsFull() function in v8::internal::WeakArrayList