Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc776 struct SerializedLayout { struct in v8::internal::GDBJITInterface::BASE_EMBEDDED
777 SerializedLayout(uint32_t name, in SerializedLayout() function
800 struct SerializedLayout { struct in v8::internal::GDBJITInterface::BASE_EMBEDDED
801 SerializedLayout(uint32_t name, in SerializedLayout() argument
824 void Write(Writer::Slot<SerializedLayout> s, ELFStringTable* t) { in Write()
857 Writer::Slot<ELFSymbol::SerializedLayout> symbols = in WriteBody()
858 w->CreateSlotsHere<ELFSymbol::SerializedLayout>(total_symbols); in WriteBody()
866 symbols.at(0).set(ELFSymbol::SerializedLayout(0, in WriteBody()
891 header->entry_size = sizeof(ELFSymbol::SerializedLayout); in PopulateHeader()
896 Writer::Slot<ELFSymbol::SerializedLayout> dst, in WriteSymbolsList()