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

  /external/v8/src/snapshot/
snapshot-common.cc 229 int next_context_offset; local
231 next_context_offset = data->raw_size;
233 memcpy(&next_context_offset,
235 CHECK_LT(next_context_offset, data->raw_size);
240 int context_length = next_context_offset - context_offset;

Completed in 1423 milliseconds