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

  /external/chromium/chrome/browser/
page_info_model.h 108 std::vector<SectionInfo> sections_; member in class:PageInfoModel
  /external/v8/src/
gdb-jit.cc 356 ELF() : sections_(6) {
357 sections_.Add(new ELFSection("", ELFSection::TYPE_NULL, 0));
358 sections_.Add(new StringTable(".shstrtab"));
368 return sections_[index];
372 sections_.Add(section);
373 section->set_index(sections_.length() - 1);
374 return sections_.length() - 1;
433 header->sht_entry_num = sections_.length();
442 w->CreateSlotsHere<ELFSection::Header>(sections_.length());
447 for (int i = 0, length = sections_.length()
470 ZoneList<ELFSection*> sections_; member in class:v8::BASE_EMBEDDED
    [all...]

Completed in 35 milliseconds