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

/external/chromium_org/v8/src/
H A Dserialize.h163 class SnapshotByteSource { class in namespace:v8::internal
165 SnapshotByteSource(const byte* array, int length) function in class:v8::internal::SnapshotByteSource
299 int SnapshotByteSource::GetInt() {
313 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) {
323 explicit Deserializer(SnapshotByteSource* source);
385 SnapshotByteSource* source_;
/external/v8/src/
H A Dserialize.h161 class SnapshotByteSource { class in namespace:v8::internal
163 SnapshotByteSource(const byte* array, int length) function in class:v8::internal::SnapshotByteSource
305 int SnapshotByteSource::GetInt() {
324 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) {
334 explicit Deserializer(SnapshotByteSource* source);
376 SnapshotByteSource* source_;

Completed in 50 milliseconds