Home
last modified time | relevance | path

Searched refs:GetEmpty (Results 1 – 8 of 8) sorted by relevance

/external/stressapptest/src/
Dfinelock_queue.h39 bool GetEmpty(struct page_entry *pe);
45 bool GetEmpty(struct page_entry *pe, int32 tag);
Dsat.h76 bool GetEmpty(struct page_entry *pe);
80 bool GetEmpty(struct page_entry *pe, int32 tag);
Dfinelock_queue.cc409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { in GetEmpty() function in FineLockPEQueue
412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { in GetEmpty() function in FineLockPEQueue
Dsat.cc290 bool Sat::GetEmpty(struct page_entry *pe) { in GetEmpty() function in Sat
291 return GetEmpty(pe, kDontCareTag); in GetEmpty()
294 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) { in GetEmpty() function in Sat
298 result = finelock_q_->GetEmpty(pe, tag); in GetEmpty()
Dworker.cc539 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()
/external/u-boot/tools/dtoc/
Dfdt.py88 val = self.GetEmpty(self.type)
141 def GetEmpty(self, type): member in Prop
/external/v8/src/objects/
Dordered-hash-table.h233 static HeapObject* GetEmpty(ReadOnlyRoots ro_roots);
251 static HeapObject* GetEmpty(ReadOnlyRoots ro_roots);
Dordered-hash-table.cc149 HeapObject* OrderedHashSet::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty() function in v8::internal::OrderedHashSet
153 HeapObject* OrderedHashMap::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty() function in v8::internal::OrderedHashMap
735 set_table(TableType::GetEmpty(ro_roots)); in HasMore()