Searched defs:can_rehash (Results 1 – 3 of 3) sorted by relevance
15 Isolate* isolate, const SnapshotData* data, bool can_rehash, in DeserializeContext()
92 bool can_rehash() const { return can_rehash_; } in can_rehash() function
71 bool can_rehash = ExtractRehashability(blob); in NewContextFromSnapshot() local