Searched refs:CheckList (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/disk_cache/ |
D | rankings.h | 173 int CheckList(List list);
|
D | rankings.cc | 480 int partial = CheckList(static_cast<List>(i)); in SelfCheck() 763 int Rankings::CheckList(List list) { in CheckList() function in disk_cache::Rankings
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 1360 bool CheckList(Span* list, Length min_pages, Length max_pages); 2116 CheckList(&large_.normal, kMaxPages, 1000000000); in Check() 2117 CheckList(&large_.returned, kMaxPages, 1000000000); in Check() 2119 CheckList(&free_[s].normal, s, s); in Check() 2120 CheckList(&free_[s].returned, s, s); in Check() 2126 bool TCMalloc_PageHeap::CheckList(Span*, Length, Length) { in CheckList() function in WTF::TCMalloc_PageHeap 2130 bool TCMalloc_PageHeap::CheckList(Span* list, Length min_pages, Length max_pages) { in CheckList() function in WTF::TCMalloc_PageHeap
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 12734 (KXMLCore::TCMalloc_PageHeap::CheckList): 17075 (KXMLCore::TCMalloc_PageHeap::CheckList):
|