Searched refs:partial_snapshot_cache (Results 1 – 2 of 2) sorted by relevance
938 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()
1079 List<Object*>* partial_snapshot_cache() { return &partial_snapshot_cache_; } in partial_snapshot_cache() function