Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1157 List<Object*>* partial_snapshot_cache() { return &partial_snapshot_cache_; } in partial_snapshot_cache()
1510 List<Object*> partial_snapshot_cache_; variable
Disolate.cc2691 partial_snapshot_cache_.Add(heap_.undefined_value()); in Throw()