ProfileDataSlot   132 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   string Check(const ProfileDataSlot* slots, int num_slots) {
ProfileDataSlot   147 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
ProfileDataSlot   162 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
ProfileDataSlot   169 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
ProfileDataSlot   204 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   if (filesize < (5 + 3) * sizeof(ProfileDataSlot))
ProfileDataSlot   208 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[0] != 0)
ProfileDataSlot   210 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[1] != 3)
ProfileDataSlot   212 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[2] != 0)
ProfileDataSlot   215 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[4] != 0)
ProfileDataSlot   217 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ssize_t cur_offset = 5 * sizeof(ProfileDataSlot);
ProfileDataSlot   223 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc     if (cur_offset > filesize - 3 * sizeof(ProfileDataSlot))
ProfileDataSlot   225 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc     ProfileDataSlot* sample =
ProfileDataSlot   226 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc         reinterpret_cast<ProfileDataSlot*>(filedata.get() + cur_offset);
ProfileDataSlot   227 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc     ProfileDataSlot slots_this_sample = 2 + sample[1];
ProfileDataSlot   228 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc     ssize_t size_this_sample = slots_this_sample * sizeof(ProfileDataSlot);
ProfileDataSlot   404 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   425 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   447 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   475 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   493 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   517 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   543 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   590 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   132 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   string Check(const ProfileDataSlot* slots, int num_slots) {
ProfileDataSlot   147 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
ProfileDataSlot   162 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc string ProfileDataChecker::CheckWithSkips(const ProfileDataSlot* slots,
ProfileDataSlot   169 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
ProfileDataSlot   204 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   if (filesize < (5 + 3) * sizeof(ProfileDataSlot))
ProfileDataSlot   208 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[0] != 0)
ProfileDataSlot   210 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[1] != 3)
ProfileDataSlot   212 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[2] != 0)
ProfileDataSlot   215 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   if (reinterpret_cast<ProfileDataSlot*>(filedata.get())[4] != 0)
ProfileDataSlot   217 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ssize_t cur_offset = 5 * sizeof(ProfileDataSlot);
ProfileDataSlot   223 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc     if (cur_offset > filesize - 3 * sizeof(ProfileDataSlot))
ProfileDataSlot   225 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc     ProfileDataSlot* sample =
ProfileDataSlot   226 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc         reinterpret_cast<ProfileDataSlot*>(filedata.get() + cur_offset);
ProfileDataSlot   227 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc     ProfileDataSlot slots_this_sample = 2 + sample[1];
ProfileDataSlot   228 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc     ssize_t size_this_sample = slots_this_sample * sizeof(ProfileDataSlot);
ProfileDataSlot   404 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   425 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   447 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   475 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   493 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   517 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   543 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {
ProfileDataSlot   590 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   ProfileDataSlot slots[] = {