Searched refs:startup_object_cache (Results 1 – 5 of 5) sorted by relevance
29 DCHECK(isolate()->startup_object_cache()->empty()); in DeserializeIntoIsolate()
20 std::vector<Object>* cache = isolate->startup_object_cache(); in Iterate()
25 DCHECK(isolate()->startup_object_cache()->empty()); in DeserializeIntoIsolate()
837 HeapObject::cast(isolate()->startup_object_cache()->at(cache_index)); in ReadSingleBytecodeData()
1433 std::vector<Object>* startup_object_cache() { return &startup_object_cache_; } in startup_object_cache() function