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()
70 DISALLOW_COPY_AND_ASSIGN(SnapshotByteSource);
Dsnapshot-source-sink.cc16 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { in CopyRaw()
43 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob()
Dnatives-external.cc63 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) { in MakeFromScriptsSource()
96 void ReadNameAndContentPair(SnapshotByteSource* bytes) { in ReadNameAndContentPair()
152 SnapshotByteSource bytes(natives_blob_->data, natives_blob_->raw_size); in ReadNatives()
Dserialize.h441 SnapshotByteSource source_;