Searched defs:sections_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dpage_info_model.h108 std::vector<SectionInfo> sections_; member in class:PageInfoModel
/external/v8/src/
H A Dgdb-jit.cc501 MachO() : sections_(6) { }
504 sections_.Add(section);
505 return sections_.length() - 1;
598 cmd->nsects = sections_.length();
611 w->CreateSlotsHere<MachOSection::Header>(sections_.length());
614 for (int section = 0; section < sections_.length(); ++section) {
615 sections_[section]->PopulateHeader(headers.at(section));
616 sections_[section]->WriteBody(headers.at(section), w);
622 ZoneList<MachOSection*> sections_; member in class:v8::BASE_EMBEDDED
630 ELF() : sections_(
744 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
[all...]

Completed in 116 milliseconds