HomeSort by relevance Sort by last modified time
    Searched defs:CheckList (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
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/
page_heap.cc 525 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,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 462 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,
  /external/chromium_org/net/disk_cache/blockfile/
rankings.cc 506 int partial = CheckList(static_cast<List>(i));
801 int Rankings::CheckList(List list) {
  /art/runtime/
dex_file_verifier.cc 204 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const byte* *ptr) {
    [all...]

Completed in 292 milliseconds