Home
last modified time | relevance | path

Searched defs:can_be_rehashed (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dcontext-serializer.h30 bool can_be_rehashed() const { return can_be_rehashed_; } in can_be_rehashed() function
Droots-serializer.h32 bool can_be_rehashed() const { return can_be_rehashed_; } in can_be_rehashed() function
Dsnapshot.cc393 bool can_be_rehashed = true; in Create() local
464 bool can_be_rehashed) { in CreateSnapshotBlob()