Home
last modified time | relevance | path

Searched refs:kPartialSnapshotCache (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dserialize.cc848 } else if (where == kPartialSnapshotCache) { \ in ReadChunk()
1099 CASE_STATEMENT(kPartialSnapshotCache, kPlain, kStartOfObject, 0) in ReadChunk()
1100 CASE_BODY(kPartialSnapshotCache, in ReadChunk()
1106 CASE_STATEMENT(kPartialSnapshotCache, kPlain, kInnerPointer, 0) in ReadChunk()
1107 CASE_BODY(kPartialSnapshotCache, in ReadChunk()
1446 sink_->Put(kPartialSnapshotCache + how_to_code + where_to_point, in SerializeObject()
Dserialize.h157 kPartialSnapshotCache = 0xa, // Object is in the cache. enumerator