Searched defs:SerializedLayout (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dgdb-jit.cc786 struct SerializedLayout { struct in class:v8::BASE_EMBEDDED
787 SerializedLayout(uint32_t name, function in struct:v8::BASE_EMBEDDED::SerializedLayout
809 struct SerializedLayout { struct in class:v8::BASE_EMBEDDED
810 SerializedLayout(uint32_t name, function in struct:v8::BASE_EMBEDDED::SerializedLayout
833 void Write(Writer::Slot<SerializedLayout> s, StringTable* t) {
866 Writer::Slot<ELFSymbol::SerializedLayout> symbols =
867 w->CreateSlotsHere<ELFSymbol::SerializedLayout>(total_symbols);
875 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
900 header->entry_size = sizeof(ELFSymbol::SerializedLayout);
905 Writer::Slot<ELFSymbol::SerializedLayout> ds
[all...]

Completed in 123 milliseconds