Lines Matching refs:base
9 #include "src/base/optional.h"
10 #include "src/base/platform/mutex.h"
143 base::MutexGuard guard(owner->mutex());
149 base::MutexGuard guard(mutex());
161 base::MutexGuard guard(mutex());
209 if (!base::OS::HasLazyCommits()) {
218 if (!base::OS::HasLazyCommits() || increment_value == 0) return;
226 if (!base::OS::HasLazyCommits() || decrement_value == 0) return;
271 base::MutexGuard guard(mutex());
313 base::Optional<base::SharedMutexGuard<base::kExclusive>> optional_guard;
356 base::Optional<std::pair<Address, size_t>> PagedSpace::ExpandBackground(
361 base::MutexGuard lock(&space_mutex_);
396 base::Optional<CodePageMemoryModificationScope> optional_scope;
437 base::Optional<CodePageMemoryModificationScope> optional_scope;
605 base::Optional<std::pair<Address, size_t>> PagedSpace::RawRefillLabBackground(
615 base::Optional<std::pair<Address, size_t>> result =
675 base::Optional<std::pair<Address, size_t>>
680 base::MutexGuard lock(&space_mutex_);