Searched refs:CheckList (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0, function in namespace:__sanitizer
141 CheckList(&l1, x);
146 CheckList(&l1, x, y, z, a, b, c);
152 CheckList(&l1, x, y);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.cc525 CheckList(&large_.normal, kMaxPages, 1000000000, Span::ON_NORMAL_FREELIST);
526 CheckList(&large_.returned, kMaxPages, 1000000000, Span::ON_RETURNED_FREELIST);
528 CheckList(&free_[s].normal, s, s, Span::ON_NORMAL_FREELIST);
529 CheckList(&free_[s].returned, s, s, Span::ON_RETURNED_FREELIST);
534 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, function in class:tcmalloc::PageHeap
H A Dpage_heap.h181 bool CheckList(Span* list, Length min_pages, Length max_pages,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.cc462 CheckList(&large_.normal, kMaxPages, 1000000000, Span::ON_NORMAL_FREELIST);
463 CheckList(&large_.returned, kMaxPages, 1000000000, Span::ON_RETURNED_FREELIST);
465 CheckList(&free_[s].normal, s, s, Span::ON_NORMAL_FREELIST);
466 CheckList(&free_[s].returned, s, s, Span::ON_RETURNED_FREELIST);
471 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, function in class:tcmalloc::PageHeap
H A Dpage_heap.h171 bool CheckList(Span* list, Length min_pages, Length max_pages,
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.h178 int CheckList(List list);
H A Drankings.cc506 int partial = CheckList(static_cast<List>(i));
801 int Rankings::CheckList(List list) { function in class:disk_cache::Rankings
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp622 SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList,
630 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end();
621 adjustChainDeps(AliasAnalysis *AA, const MachineFrameInfo *MFI, SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList, unsigned LatencyToLoad) argument

Completed in 2831 milliseconds