OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnapshotByteSource
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/snapshot/
snapshot-source-sink.h
20
class
SnapshotByteSource
final {
22
SnapshotByteSource
(const char* data, int length)
27
explicit
SnapshotByteSource
(Vector<const byte> payload)
30
~
SnapshotByteSource
() {}
70
DISALLOW_COPY_AND_ASSIGN(
SnapshotByteSource
);
snapshot-source-sink.cc
15
void
SnapshotByteSource
::CopyRaw(byte* to, int number_of_bytes) {
42
int
SnapshotByteSource
::GetBlob(const byte** data) {
natives-external.cc
63
static NativesStore* MakeFromScriptsSource(
SnapshotByteSource
* source) {
96
void ReadNameAndContentPair(
SnapshotByteSource
* bytes) {
152
SnapshotByteSource
bytes(natives_blob_->data, natives_blob_->raw_size);
deserializer.h
124
SnapshotByteSource
source_;
Completed in 93 milliseconds