Searched refs:current_load_cmd_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h213 int current_load_cmd_; // the segment of this dll we're examining member in class:ProcMapsIterator
H A Dsysinfo.cc781 current_load_cmd_ = -1;
1017 if (current_load_cmd_ < 0) // set up for this image
1018 current_load_cmd_ = hdr->ncmds; // again, go from the top down
1021 for (current_load_cmd_--; current_load_cmd_ >= 0; current_load_cmd_--) {
1025 hdr, current_image_, current_load_cmd_,
1034 hdr, current_image_, current_load_cmd_,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h213 int current_load_cmd_; // the segment of this dll we're examining member in class:ProcMapsIterator
H A Dsysinfo.cc625 current_load_cmd_ = -1;
859 if (current_load_cmd_ < 0) // set up for this image
860 current_load_cmd_ = hdr->ncmds; // again, go from the top down
863 for (current_load_cmd_--; current_load_cmd_ >= 0; current_load_cmd_--) {
867 hdr, current_image_, current_load_cmd_,
876 hdr, current_image_, current_load_cmd_,

Completed in 1331 milliseconds