Searched refs:startup_object_cache (Results 1 – 5 of 5) sorted by relevance
29 DCHECK(isolate()->startup_object_cache()->empty()); in DeserializeIntoIsolate()
35 IterateObjectCache(isolate, isolate->startup_object_cache(), in IterateStartupObjectCache()
25 DCHECK(isolate()->startup_object_cache()->empty()); in DeserializeIntoIsolate()
982 main_thread_isolate()->startup_object_cache()->at(cache_index)); in ReadSingleBytecodeData()
1667 std::vector<Object>* startup_object_cache() { return &startup_object_cache_; } in startup_object_cache() function