HomeSort by relevance Sort by last modified time
    Searched full:first_context_offset (Results 1 - 1 of 1) sorted by null

  /external/v8/src/snapshot/
snapshot-common.cc 211 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 163 milliseconds