Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Ddeserializer.h120 bool should_rehash() const { return should_rehash_; } in should_rehash()
254 const bool should_rehash_; variable
Ddeserializer.cc247 should_rehash_((FLAG_rehash_snapshot && can_rehash) || in Deserializer()