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

/external/v8/src/snapshot/
H A Dsnapshot-source-sink.h20 class SnapshotByteSource final {
22 SnapshotByteSource(const char* data, int length) function in class:v8::internal::final
27 explicit SnapshotByteSource(Vector<const byte> payload) function in class:v8::internal::final
30 ~SnapshotByteSource() {}
70 DISALLOW_COPY_AND_ASSIGN(SnapshotByteSource);

Completed in 218 milliseconds