HomeSort by relevance Sort by last modified time
    Searched refs:AddToHashValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 637 AddToHashValue(reinterpret_cast<uintptr_t>(bucket), &h);
639 AddToHashValue(1, &h);
641 AddToHashValue(0, &h);
646 AddToHashValue(0, &h);
648 AddToHashValue(reinterpret_cast<uintptr_t>(type->name()), &h);
747 void DeepHeapProfile::DeepBucketTable::AddToHashValue(
    [all...]
deep-heap-profile.h 288 inline static void AddToHashValue(uintptr_t add, uintptr_t* hash_value);

Completed in 420 milliseconds