Searched refs:MemoryAllocator (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/cctest/ |
D | test-spaces.cc | 109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator) in TestMemoryAllocatorScope() 121 MemoryAllocator* old_allocator_; 157 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in VerifyMemoryChunk() 164 ? MemoryAllocator::CodePageGuardStartOffset() in VerifyMemoryChunk() 167 ? MemoryAllocator::CodePageGuardSize() in VerifyMemoryChunk() 209 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() 294 TEST(MemoryAllocator) { in TEST() argument 298 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() 344 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); in TEST() 370 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate); 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 | 252 MemoryAllocator::MemoryAllocator(Isolate* isolate) in MemoryAllocator() function in v8::internal::MemoryAllocator 262 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) { in SetUp() 274 void MemoryAllocator::TearDown() { in TearDown() 284 bool MemoryAllocator::CommitMemory(Address base, size_t size, in CommitMemory() 295 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation, in FreeMemory() 319 void MemoryAllocator::FreeMemory(Address base, size_t size, in FreeMemory() 345 Address MemoryAllocator::ReserveAlignedMemory(size_t size, size_t alignment, in ReserveAlignedMemory() 358 Address MemoryAllocator::AllocateAlignedMemory( in AllocateAlignedMemory() 478 IsFlagSet(IS_EXECUTABLE) ? MemoryAllocator::CodePageGuardSize() : 0; in CommitArea() 548 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size, in AllocateChunk() [all …]
|
D | spaces-inl.h | 108 void MemoryAllocator::Protect(Address start, size_t size) { in Protect() 113 void MemoryAllocator::Unprotect(Address start, size_t size, in Unprotect() 119 void MemoryAllocator::ProtectChunkFromPage(Page* page) { in ProtectChunkFromPage() 125 void MemoryAllocator::UnprotectChunkFromPage(Page* page) { in UnprotectChunkFromPage()
|
D | spaces.h | 95 class MemoryAllocator; variable 690 friend class MemoryAllocator; variable 789 friend class MemoryAllocator; variable 809 friend class MemoryAllocator; variable 997 class MemoryAllocator { 999 explicit MemoryAllocator(Isolate* isolate); 1153 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryAllocator);
|
/external/v8/src/ |
D | deoptimizer.h | 636 explicit DeoptimizerData(MemoryAllocator* allocator); 642 MemoryAllocator* allocator_;
|
D | isolate.h | 882 MemoryAllocator* memory_allocator() { in memory_allocator() 1242 MemoryAllocator* memory_allocator_;
|
D | deoptimizer.cc | 20 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) { in AllocateCodeChunk() 34 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator) in DeoptimizerData()
|
D | isolate.cc | 1848 memory_allocator_ = new MemoryAllocator(this); in Init()
|