Searched refs:kPartialSnapshotCache (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | serialize.cc | 813 } else if (where == kPartialSnapshotCache) { \ in ReadChunk() 971 CASE_STATEMENT(kPartialSnapshotCache, kPlain, kStartOfObject, 0) in ReadChunk() 972 CASE_BODY(kPartialSnapshotCache, in ReadChunk() 979 CASE_STATEMENT(kPartialSnapshotCache, kPlain, kFirstInstruction, 0) in ReadChunk() 980 CASE_BODY(kPartialSnapshotCache, in ReadChunk() 1317 sink_->Put(kPartialSnapshotCache + how_to_code + where_to_point, in SerializeObject()
|
D | serialize.h | 193 kPartialSnapshotCache = 0xa, // Object is in the cache. enumerator
|