Home
last modified time | relevance | path

Searched refs:startup_object_cache (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
H A Dread-only-deserializer.cc29 DCHECK(isolate()->startup_object_cache()->empty()); in DeserializeIntoIsolate()
H A Dserializer-deserializer.cc35 IterateObjectCache(isolate, isolate->startup_object_cache(), in IterateStartupObjectCache()
H A Dstartup-deserializer.cc25 DCHECK(isolate()->startup_object_cache()->empty()); in DeserializeIntoIsolate()
H A Ddeserializer.cc984 // TODO(leszeks): Could we use the address of the startup_object_cache in ReadSingleBytecodeData()
987 main_thread_isolate()->startup_object_cache()->at(cache_index)); in ReadSingleBytecodeData()
/third_party/node/deps/v8/src/execution/
H A Disolate.h1667 std::vector<Object>* startup_object_cache() { return &startup_object_cache_; } in startup_object_cache() function in v8::internal::final

Completed in 10 milliseconds