Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dnew-spaces.cc39 if (IsCommitted()) { in EnsureCurrentCapacity()
113 if (IsCommitted()) { in TearDown()
120 DCHECK(!IsCommitted()); in Commit()
132 DCHECK(!IsCommitted()); in Commit()
143 DCHECK(IsCommitted()); in Commit()
148 DCHECK(IsCommitted()); in Uncommit()
166 DCHECK(!IsCommitted()); in Uncommit()
171 if (!IsCommitted()) return 0; in CommittedPhysicalMemory()
177 if (!IsCommitted()) { in GrowTo()
224 if (IsCommitted()) { in ShrinkTo()
[all …]
Dnew-spaces.h62 bool IsCommitted() const { return !memory_chunk_list_.Empty(); } in IsCommitted() function
442 if (from_space_.IsCommitted()) return true; in NON_EXPORTED_BASE()
447 if (!from_space_.IsCommitted()) return true; in NON_EXPORTED_BASE()
451 bool IsFromSpaceCommitted() const { return from_space_.IsCommitted(); } in NON_EXPORTED_BASE()