Searched refs:CopyRaw (Results 1 – 3 of 3) sorted by relevance
35 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { in CopyRaw() function in v8::internal::SnapshotByteSource
36 void CopyRaw(byte* to, int number_of_bytes);
989 source_->CopyRaw(raw_data_out, index * kPointerSize); \ in ReadChunk()1002 source_->CopyRaw(raw_data_out, size); in ReadChunk()