Lines Matching refs:base
7 #include "src/base/bits.h"
8 #include "src/base/lazy-instance.h"
20 base::LazyMutex process_wide_code_range_creation_mutex_ =
26 base::LazyInstance<std::weak_ptr<CodeRange>>::type process_wide_code_range_ =
36 base::MutexGuard guard(&mutex_);
40 base::AddressRegion preferred_region = Isolate::GetShortBuiltinsCallRegion();
48 auto memory_ranges = base::OS::GetFreeMemoryRangesWithin(
74 freed_regions_for_size.erase((it_freed + 1).base());
88 base::MutexGuard guard(&mutex_);
128 ? base::bits::RoundUpToPowerOfTwo(requested)
141 Address base = page_allocator_->begin();
142 Address last = base + page_allocator_->size() - 1;
143 CHECK_EQ(GetPtrComprCageBaseAddress(base),
173 base::MutexGuard guard(&remap_embedded_builtins_mutex_);
177 const base::AddressRegion code_region(page_allocator()->begin(),
212 if constexpr (base::OS::IsRemapPageSupported()) {
225 bool ok = base::OS::RemapPages(embedded_blob_code, code_size,
227 base::OS::MemoryPermission::kReadExecute);
258 base::MutexGuard guard(process_wide_code_range_creation_mutex_.Pointer());