Searched refs:is_committed (Results 1 – 2 of 2) sorted by relevance
1511 DCHECK(!from_space_.is_committed()); // No need to use memory yet. in AllocateChunk()1596 if (is_committed()) { in AllocateChunk()1913 if (is_committed()) { in AllocateChunk()1924 DCHECK(!is_committed()); in AllocateChunk()1949 DCHECK(is_committed()); in AllocateChunk()1964 if (!is_committed()) return 0; in AllocateChunk()1973 if (!is_committed()) { in AllocateChunk()2020 if (is_committed()) { in AllocateChunk()2348 if (from_space_.is_committed()) { in AllocateChunk()
2214 bool is_committed() { return committed_; } in is_committed() function2625 if (from_space_.is_committed()) return true; in CommitFromSpaceIfNeeded()2630 if (!from_space_.is_committed()) return true; in UncommitFromSpace()2634 bool IsFromSpaceCommitted() { return from_space_.is_committed(); } in IsFromSpaceCommitted()