Home
last modified time | relevance | path

Searched refs:PopulateHeader (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dgdb-jit.cc239 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOSection
317 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
336 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
367 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOTextSection
368 MachOSection::PopulateHeader(header); in PopulateHeader()
397 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::FullHeaderELFSection
398 ELFSection::PopulateHeader(header); in PopulateHeader()
462 void ELFSection::PopulateHeader(Writer::Slot<ELFSection::Header> header, in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
467 PopulateHeader(header); in PopulateHeader()
590 sections_[section]->PopulateHeader(headers.at(section)); in WriteSections()
[all …]