Home
last modified time | relevance | path

Searched refs:CopyRaw (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot-source-sink.cc16 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { in CopyRaw() function in v8::internal::SnapshotByteSource
Dsnapshot-source-sink.h41 void CopyRaw(byte* to, int number_of_bytes);
Dserialize.cc1170 source_.CopyRaw(raw_data_out, size_in_bytes); in ReadData()
1238 source_.CopyRaw(raw_data_out, size_in_bytes); in ReadData()