Searched refs:GetEmpty (Results 1 – 8 of 8) sorted by relevance
39 bool GetEmpty(struct page_entry *pe);45 bool GetEmpty(struct page_entry *pe, int32 tag);
76 bool GetEmpty(struct page_entry *pe);80 bool GetEmpty(struct page_entry *pe, int32 tag);
409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { in GetEmpty() function in FineLockPEQueue412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { in GetEmpty() function in FineLockPEQueue
290 bool Sat::GetEmpty(struct page_entry *pe) { in GetEmpty() function in Sat291 return GetEmpty(pe, kDontCareTag); in GetEmpty()294 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) { in GetEmpty() function in Sat298 result = finelock_q_->GetEmpty(pe, tag); in GetEmpty()
539 result = result && sat_->GetEmpty(&pe); in Work()1484 result = result && sat_->GetEmpty(&dst, tag_); in Work()1837 if (!sat_->GetEmpty(dst)) in GetEmptyPage()2212 result = result && sat_->GetEmpty(&dst); in Work()
88 val = self.GetEmpty(self.type)141 def GetEmpty(self, type): member in Prop
233 static HeapObject* GetEmpty(ReadOnlyRoots ro_roots);251 static HeapObject* GetEmpty(ReadOnlyRoots ro_roots);
149 HeapObject* OrderedHashSet::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty() function in v8::internal::OrderedHashSet153 HeapObject* OrderedHashMap::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty() function in v8::internal::OrderedHashMap735 set_table(TableType::GetEmpty(ro_roots)); in HasMore()