Searched refs:can_rehash (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/snapshot/ |
D | partial-deserializer.cc | 15 Isolate* isolate, const SnapshotData* data, bool can_rehash, in DeserializeContext() argument 19 d.SetRehashability(can_rehash); in DeserializeContext() 56 if (FLAG_rehash_snapshot && can_rehash()) Rehash(); in Deserialize()
|
D | startup-deserializer.cc | 77 if (FLAG_rehash_snapshot && can_rehash()) RehashHeap(); in DeserializeInto() 115 DCHECK(FLAG_rehash_snapshot && can_rehash()); in RehashHeap()
|
D | partial-deserializer.h | 21 Isolate* isolate, const SnapshotData* data, bool can_rehash,
|
D | deserializer.h | 92 bool can_rehash() const { return can_rehash_; } in can_rehash() function
|
D | snapshot-common.cc | 71 bool can_rehash = ExtractRehashability(blob); in NewContextFromSnapshot() local 77 isolate, &snapshot_data, can_rehash, global_proxy, in NewContextFromSnapshot()
|
D | deserializer.cc | 50 DCHECK(can_rehash() || deserializing_user_code()); in Rehash()
|