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

/external/chromium_org/v8/src/
H A Dsnapshot-source-sink.cc17 SnapshotByteSource::SnapshotByteSource(const byte* array, int length) function in class:v8::internal::SnapshotByteSource
22 SnapshotByteSource::~SnapshotByteSource() { }
25 int32_t SnapshotByteSource::GetUnalignedInt() {
35 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) {
67 bool SnapshotByteSource::AtEOF() {
76 bool SnapshotByteSource::GetBlob(const byte** data, int* number_of_bytes) {

Completed in 83 milliseconds