Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dserialize.cc914 } else if (where == kPartialSnapshotCache) { \ in ReadChunk()
1143 CASE_STATEMENT(kPartialSnapshotCache, kPlain, kStartOfObject, 0) in ReadChunk()
1144 CASE_BODY(kPartialSnapshotCache, in ReadChunk()
1150 CASE_STATEMENT(kPartialSnapshotCache, kPlain, kInnerPointer, 0) in ReadChunk()
1151 CASE_BODY(kPartialSnapshotCache, in ReadChunk()
1495 sink_->Put(kPartialSnapshotCache + how_to_code + where_to_point, in SerializeObject()
Dserialize.h193 kPartialSnapshotCache = 0xa, // Object is in the cache. enumerator