Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2167 virtual bool snapshotable() { return true; } in snapshotable() function
2995 bool snapshotable() override { return false; } in snapshotable() function
Dspaces.cc1184 if (snapshotable() && !HasPages()) { in AllocateChunk()