Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dsnapshot-source-sink.cc35 void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { in CopyRaw() function in v8::internal::SnapshotByteSource
Dsnapshot-source-sink.h36 void CopyRaw(byte* to, int number_of_bytes);
Dserialize.cc989 source_->CopyRaw(raw_data_out, index * kPointerSize); \ in ReadChunk()
1002 source_->CopyRaw(raw_data_out, size); in ReadChunk()