Searched refs:is_committed (Results 1 – 2 of 2) sorted by relevance
1351 DCHECK(!from_space_.is_committed()); // No need to use memory yet. in AllocateChunk()1436 if (is_committed()) { in AllocateChunk()1745 if (is_committed()) { in AllocateChunk()1756 DCHECK(!is_committed()); in AllocateChunk()1781 DCHECK(is_committed()); in AllocateChunk()1796 if (!is_committed()) return 0; in AllocateChunk()1806 if (!is_committed()) { in AllocateChunk()1853 if (is_committed()) { in AllocateChunk()2195 if (from_space_.is_committed()) { in AllocateChunk()
2466 bool is_committed() { return committed_; } in is_committed() function2881 if (from_space_.is_committed()) return true; in CommitFromSpaceIfNeeded()2886 if (!from_space_.is_committed()) return true; in UncommitFromSpace()2890 bool IsFromSpaceCommitted() { return from_space_.is_committed(); } in IsFromSpaceCommitted()