Home
last modified time | relevance | path

Searched refs:can_rehash_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Ddeserializer.h37 void SetRehashability(bool v) { can_rehash_ = v; } in SetRehashability()
49 can_rehash_(false) { in Deserializer()
92 bool can_rehash() const { return can_rehash_; } in can_rehash()
162 bool can_rehash_; variable
Ddeserializer.cc145 if ((FLAG_rehash_snapshot && can_rehash_) || deserializing_user_code()) { in PostProcessNewObject()