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

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinux.h121 ConfigParser::MapVector sections_; member in class:talk_base::ProcCpuInfo
/external/chromium/chrome/browser/
H A Dpage_info_model.h108 std::vector<SectionInfo> sections_; member in class:PageInfoModel
/external/chromium_org/courgette/
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.cc503 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
506 sections_.Add(section, zone_);
507 return sections_.length() - 1;
600 cmd->nsects = sections_.length();
613 w->CreateSlotsHere<MachOSection::Header>(sections_.length());
616 for (int section = 0; section < sections_.length(); ++section) {
617 sections_[section]->PopulateHeader(headers.at(section));
618 sections_[section]->WriteBody(headers.at(section), w);
624 ZoneList<MachOSection*> sections_; member in class:v8::BASE_EMBEDDED
632 explicit ELF(Zone* zone) : zone_(zone), sections_(
747 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
[all...]
/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 125 milliseconds