Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc756 struct SerializedLayout { struct in v8::internal::GDBJITInterface::ELFSymbol
757 SerializedLayout(uint32_t name, uintptr_t value, uintptr_t size, in SerializedLayout() argument
775 struct SerializedLayout { struct in v8::internal::GDBJITInterface::ELFSymbol
776 SerializedLayout(uint32_t name, uintptr_t value, uintptr_t size, in SerializedLayout() function
794 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) const { in Write()
825 Writer::Slot<ELFSymbol::SerializedLayout> symbols = in WriteBody()
826 w->CreateSlotsHere<ELFSymbol::SerializedLayout>( in WriteBody()
835 symbols.at(0).set(ELFSymbol::SerializedLayout( in WriteBody()
858 header->entry_size = sizeof(ELFSymbol::SerializedLayout); in PopulateHeader()
863 Writer::Slot<ELFSymbol::SerializedLayout> dst, in WriteSymbolsList()