Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dstartup-deserializer.cc33 DCHECK(isolate->partial_snapshot_cache()->empty()); in DeserializeInto()
Dserializer-common.cc115 std::vector<Object*>* cache = isolate->partial_snapshot_cache(); in Iterate()
Ddeserializer.cc827 new_object = isolate->partial_snapshot_cache()->at(cache_index); in ReadDataCase()
/external/v8/src/
Disolate.h1423 std::vector<Object*>* partial_snapshot_cache() { in partial_snapshot_cache() function