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

/external/chromium_org/third_party/webrtc/base/
H A Dlinux.h104 ConfigParser::MapVector sections_; member in class:rtc::ProcCpuInfo
/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.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 5733 milliseconds