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

/external/v8/src/snapshot/
H A Dsnapshot-common.cc150 int first_context_offset; local
151 memcpy(&first_context_offset, data->data + ContextSnapshotOffsetOffset(0),
153 CHECK_LT(first_context_offset, data->raw_size);
154 int startup_length = first_context_offset - startup_offset;

Completed in 81 milliseconds