Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserialize.cc938 new_object = isolate->partial_snapshot_cache()->at(cache_index); \ in ReadData()
1526 List<Object*>* cache = isolate->partial_snapshot_cache(); in Iterate()
1545 List<Object*>* cache = isolate->partial_snapshot_cache(); in PartialSnapshotCacheIndex()
1665 isolate->partial_snapshot_cache()->Clear(); in StartupSerializer()
/external/v8/src/
Disolate.h1079 List<Object*>* partial_snapshot_cache() { return &partial_snapshot_cache_; } in partial_snapshot_cache() function