Lines Matching defs:base
13 #include "src/base/bits.h"
14 #include "src/base/lazy-instance.h"
15 #include "src/base/page-allocator.h"
28 static_assert(v8::base::bits::IsPowerOfTwo(kEntrySize),
34 static v8::base::LeakyObject<v8::base::PageAllocator>
53 static v8::base::LeakyObject<GCInfoTable> table(GetAllocator(page_allocator));
121 void GCInfoTable::CheckMemoryIsZeroed(uintptr_t* base, size_t len) {
124 DCHECK(!base[i]);
133 v8::base::MutexGuard guard(&table_mutex_);