HomeSort by relevance Sort by last modified time
    Searched defs:sections_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
linux.h 121 ConfigParser::MapVector sections_; member in class:talk_base::ProcCpuInfo
  /external/chromium/chrome/browser/
page_info_model.h 108 std::vector<SectionInfo> sections_; member in class:PageInfoModel
  /external/chromium_org/courgette/
disassembler_win32_x86.h 123 const Section *sections_; member in class:courgette::DisassemblerWin32X86
  /external/chromium_org/v8/src/
gdb-jit.cc 503 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_(6, zone)
747 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
    [all...]
  /external/v8/src/
gdb-jit.cc 501 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_(6)
744 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
    [all...]

Completed in 78 milliseconds