MarkArgs          292 third_party/tcmalloc/chromium/src/heap-profile-table.cc   const MarkArgs args(mark, true);
MarkArgs          293 third_party/tcmalloc/chromium/src/heap-profile-table.cc   address_map_->Iterate<const MarkArgs&>(MarkIterator, args);
MarkArgs          297 third_party/tcmalloc/chromium/src/heap-profile-table.cc   const MarkArgs args(mark, false);
MarkArgs          298 third_party/tcmalloc/chromium/src/heap-profile-table.cc   address_map_->Iterate<const MarkArgs&>(MarkIterator, args);
MarkArgs          538 third_party/tcmalloc/chromium/src/heap-profile-table.cc                                     const MarkArgs& args) {
MarkArgs          321 third_party/tcmalloc/chromium/src/heap-profile-table.h     MarkArgs(AllocationMark mark_arg, bool mark_all_arg)
MarkArgs          400 third_party/tcmalloc/chromium/src/heap-profile-table.h                                   const MarkArgs& args);