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

/external/v8/src/snapshot/
H A Dsnapshot-common.cc211 int first_context_offset; local
212 memcpy(&first_context_offset, data->data + ContextSnapshotOffsetOffset(0),
214 CHECK_LT(first_context_offset, data->raw_size);
215 int startup_length = first_context_offset - startup_offset;

Completed in 61 milliseconds