Searched defs:Serialize (Results 51 - 57 of 57) sorted by relevance

123

/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc206 std::string Clipboard::FormatType::Serialize() const { function in class:ui::Clipboard::FormatType
H A Dclipboard_win.cc187 std::string Clipboard::FormatType::Serialize() const { function in class:ui::Clipboard::FormatType
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc749 void Serialize(BasicBlockVector* final_order) { function in struct:v8::internal::compiler::BlockList
1077 order->Serialize(final_order);
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc335 Serialize(destination);
399 void EntryCell::Serialize(IndexCell* destination) const { function in class:disk_cache::EntryCell
862 cell.Serialize(&bucket->cells[cell_number]);
/external/chromium_org/v8/src/
H A Dserialize.cc1217 void PartialSerializer::Serialize(Object** object) { function in class:v8::internal::PartialSerializer
1366 // Object has not yet been serialized. Serialize it here.
1372 object_serializer.Serialize();
1468 // Object has not yet been serialized. Serialize it here.
1474 serializer.Serialize();
1479 void Serializer::ObjectSerializer::Serialize() { function in class:v8::internal::Serializer::ObjectSerializer
1500 // Serialize the map (first word of the object).
1503 // Serialize the rest of the object.
1782 ScriptData* CodeSerializer::Serialize(Isolate* isolate, function in class:v8::internal::CodeSerializer
1788 // Serialize cod
[all...]
H A Dserialize.h423 void Serialize();
515 // Serialize the objects reachable from a single object pointer.
516 void Serialize(Object** o);
554 // Serialize the current state of the heap. The order is:
564 void Serialize() { function in class:v8::internal::StartupSerializer
583 static ScriptData* Serialize(Isolate* isolate,
H A Dapi.cc7333 void HeapSnapshot::Serialize(OutputStream* stream, function in class:v8::HeapSnapshot
7336 "v8::HeapSnapshot::Serialize",
7339 "v8::HeapSnapshot::Serialize",
7342 serializer.Serialize(stream);

Completed in 186 milliseconds

123