Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1367 DCHECK(!from_space_.is_committed()); // No need to use memory yet. in AllocateChunk()
1436 if (from_space_.is_committed()) { in AllocateChunk()
1805 DCHECK(!is_committed()); in AllocateChunk()
1829 DCHECK(is_committed()); in AllocateChunk()
1846 if (!is_committed()) return 0; in AllocateChunk()
1857 if (!is_committed()) { in AllocateChunk()
1896 if (is_committed()) { in AllocateChunk()
1921 CHECK(!is_committed()); in AllocateChunk()
2257 if (from_space_.is_committed()) { in AllocateChunk()
Dspaces.h2449 bool is_committed() { return committed_; } in is_committed() function
2891 if (from_space_.is_committed()) return true; in CommitFromSpaceIfNeeded()
2896 if (!from_space_.is_committed()) return true; in UncommitFromSpace()
2900 bool IsFromSpaceCommitted() { return from_space_.is_committed(); } in IsFromSpaceCommitted()