Searched refs:sections_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlinux.cc42 return procfs.Parse(&sections_);
46 if (sections_.empty()) {
50 *count = sections_.size();
56 if (sections_.empty()) {
63 size_t section_count = sections_.size();
77 total_cpus = static_cast<int>(sections_.size());
86 if (sections_.empty()) {
98 size_t section_count = sections_.size();
128 size_t section_count = sections_.size();
147 if (section_num >= sections_
[all...]
H A Dlinux.h104 ConfigParser::MapVector sections_; member in class:rtc::ProcCpuInfo
/external/chromium_org/courgette/
H A Ddisassembler_win32_x64.cc29 sections_(NULL),
165 sections_ =
171 const Section* section = &sections_[i];
286 const Section* section = &sections_[i];
680 const Section* section = &sections_[i];
695 const Section* section = &sections_[i];
H A Ddisassembler_win32_x86.cc29 sections_(NULL),
165 sections_ =
171 const Section* section = &sections_[i];
286 const Section* section = &sections_[i];
680 const Section* section = &sections_[i];
695 const Section* section = &sections_[i];
H A Ddisassembler_win32_x64.h127 const Section *sections_; member in class:courgette::DisassemblerWin32X64
H A Ddisassembler_win32_x86.h127 const Section *sections_; member in class:courgette::DisassemblerWin32X86
/external/chromium_org/v8/src/
H A Dgdb-jit.cc477 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
480 sections_.Add(section, zone_);
481 return sections_.length() - 1;
574 cmd->nsects = sections_.length();
587 w->CreateSlotsHere<MachOSection::Header>(sections_.length());
590 for (int section = 0; section < sections_.length(); ++section) {
591 sections_[section]->PopulateHeader(headers.at(section));
592 sections_[section]->WriteBody(headers.at(section), w);
598 ZoneList<MachOSection*> sections_; member in class:v8::BASE_EMBEDDED
606 explicit ELF(Zone* zone) : zone_(zone), sections_(
722 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
[all...]

Completed in 3365 milliseconds