/external/v8/test/cctest/heap/ |
D | test-spaces.cc | 109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) in TestMemoryAllocatorScope() 121 MemoryAllocator* old_allocator_; 155 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in VerifyMemoryChunk() 162 ? MemoryAllocator::CodePageGuardStartOffset() in VerifyMemoryChunk() 165 ? MemoryAllocator::CodePageGuardSize() in VerifyMemoryChunk() 209 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() 219 v8::internal::MemoryAllocator::CodePageAreaSize())) { in TEST() 227 request_size, request_size - (2 * MemoryAllocator::CodePageGuardSize()), in TEST() 235 request_size, request_size - (2 * MemoryAllocator::CodePageGuardSize()), in TEST() 307 TEST(MemoryAllocator) { in TEST() argument [all …]
|
D | test-alloc.cc | 235 requested, requested - (2 * MemoryAllocator::CodePageGuardSize()), in TEST()
|
/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 69 class MemoryAllocator class 72 …MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, Obj… 73 ~MemoryAllocator (void); 105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config,… in MemoryAllocator() function in deqp::egl::__anon3d6b57060111::MemoryAllocator 123 MemoryAllocator::~MemoryAllocator (void) in ~MemoryAllocator() 138 bool MemoryAllocator::allocateUntilFailure (void) in allocateUntilFailure() 182 void MemoryAllocator::allocatePBuffer (void) in allocatePBuffer() 248 void MemoryAllocator::allocateContext (void) in allocateContext() 335 MemoryAllocator* m_allocator; 401 …m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.… in iterate()
|
/external/v8/src/heap/ |
D | spaces.cc | 202 requested_size - 2 * MemoryAllocator::CodePageGuardSize()); in AllocateRawMemory() 281 MemoryAllocator::MemoryAllocator(Isolate* isolate) in MemoryAllocator() function in v8::internal::MemoryAllocator 291 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) { in SetUp() 303 void MemoryAllocator::TearDown() { in TearDown() 313 bool MemoryAllocator::CommitMemory(Address base, size_t size, in CommitMemory() 324 void MemoryAllocator::FreeNewSpaceMemory(Address addr, in FreeNewSpaceMemory() 338 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation, in FreeMemory() 353 void MemoryAllocator::FreeMemory(Address base, size_t size, in FreeMemory() 370 Address MemoryAllocator::ReserveAlignedMemory(size_t size, size_t alignment, in ReserveAlignedMemory() 383 Address MemoryAllocator::AllocateAlignedMemory( in AllocateAlignedMemory() [all …]
|
D | spaces-inl.h | 156 void MemoryAllocator::Protect(Address start, size_t size) { in Protect() 161 void MemoryAllocator::Unprotect(Address start, size_t size, in Unprotect() 167 void MemoryAllocator::ProtectChunkFromPage(Page* page) { in ProtectChunkFromPage() 173 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { in UnprotectChunkFromPage()
|
D | spaces.h | 102 class MemoryAllocator; variable 788 friend class MemoryAllocator; variable 942 friend class MemoryAllocator; variable 959 friend class MemoryAllocator; variable 1210 class MemoryAllocator { 1212 explicit MemoryAllocator(Isolate* isolate); 1395 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryAllocator);
|
D | heap.cc | 1158 DCHECK_LE(size, MemoryAllocator::PageAreaSize( in ReserveSpace()
|
/external/v8/src/snapshot/ |
D | snapshot-common.cc | 40 return static_cast<uint32_t>(MemoryAllocator::PageAreaSize(space)); in SizeOfFirstPage() 149 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(space)); in CalculateFirstPageSizes()
|
D | serialize.cc | 1280 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(i))); in Serializer()
|
/external/v8/src/ |
D | deoptimizer.h | 902 explicit DeoptimizerData(MemoryAllocator* allocator); 908 MemoryAllocator* allocator_;
|
D | isolate.h | 828 MemoryAllocator* memory_allocator() { in memory_allocator() 1226 MemoryAllocator* memory_allocator_;
|
D | deoptimizer.cc | 22 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) { in AllocateCodeChunk() 36 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator) in DeoptimizerData()
|
D | isolate.cc | 2106 memory_allocator_ = new MemoryAllocator(this); in Init()
|