Searched refs:CopyRaw (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dserialize.h173 inline void CopyRaw(byte* to, int number_of_bytes);
324 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { function in class:v8::internal::SnapshotByteSource
H A Dserialize.cc933 source_->CopyRaw(raw_data_out, size); \
945 source_->CopyRaw(raw_data_out, size);

Completed in 40 milliseconds