Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dsnapshot-common.cc74 SnapshotByteSource source(str, len); in Initialize()
86 SnapshotByteSource source(raw_data_, raw_size_); in Initialize()
109 SnapshotByteSource source(context_raw_data_, in NewContextFromSnapshot()
Dserialize.h135 class SnapshotByteSource {
137 SnapshotByteSource(const byte* array, int length) in SnapshotByteSource() function
271 int SnapshotByteSource::GetInt() { in GetInt()
285 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { in CopyRaw()
295 explicit Deserializer(SnapshotByteSource* source);
357 SnapshotByteSource* source_;
Dserialize.cc726 Deserializer::Deserializer(SnapshotByteSource* source) in Deserializer()
1834 bool SnapshotByteSource::AtEOF() { in AtEOF()
/external/chromium_org/v8/test/cctest/
Dtest-serialize.cc498 SnapshotByteSource source(snapshot, snapshot_size); in DEPENDENT_TEST()
510 SnapshotByteSource source(snapshot, snapshot_size); in DEPENDENT_TEST()
610 SnapshotByteSource source(snapshot, snapshot_size); in DEPENDENT_TEST()
622 SnapshotByteSource source(snapshot, snapshot_size); in DEPENDENT_TEST()