Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dsnapshot-source-sink.h20 class SnapshotByteSource final {
22 SnapshotByteSource(const char* data, int length) in SnapshotByteSource() function
27 explicit SnapshotByteSource(Vector<const byte> payload) in SnapshotByteSource() function
30 ~SnapshotByteSource() {} in ~SnapshotByteSource()
74 DISALLOW_COPY_AND_ASSIGN(SnapshotByteSource);
Dnatives-external.cc59 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) { in MakeFromScriptsSource()
92 void ReadNameAndContentPair(SnapshotByteSource* bytes) { in ReadNameAndContentPair()
144 SnapshotByteSource bytes(natives_blob_->data, natives_blob_->raw_size); in ReadNatives()
Ddeserializer.h73 SnapshotByteSource* source() { return &source_; } in source()
146 SnapshotByteSource source_;
Dsnapshot-source-sink.cc36 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob()