HomeSort by relevance Sort by last modified time
    Searched refs:MemoryAllocator (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 69 class MemoryAllocator
72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
73 ~MemoryAllocator (void);
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
123 MemoryAllocator::~MemoryAllocator (void)
138 bool MemoryAllocator::allocateUntilFailure (void)
182 void MemoryAllocator::allocatePBuffer (void)
248 void MemoryAllocator::allocateContext (void
    [all...]
  /external/v8/src/heap/
spaces.cc 114 kReservedCodeRangePages * MemoryAllocator::GetCommitPageSize();
210 requested_size - 2 * MemoryAllocator::CodePageGuardSize());
287 // MemoryAllocator
290 MemoryAllocator::MemoryAllocator(Isolate* isolate)
301 bool MemoryAllocator::SetUp(size_t capacity, size_t capacity_executable,
317 void MemoryAllocator::TearDown() {
320 // Check that spaces were torn down before MemoryAllocator.
335 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {
350 void MemoryAllocator::Unmapper::FreeQueuedChunks()
    [all...]
spaces.h 36 class MemoryAllocator;
649 friend class MemoryAllocator;
794 friend class MemoryAllocator;
823 friend class MemoryAllocator;
    [all...]
spaces-inl.h 97 // MemoryAllocator
101 void MemoryAllocator::Protect(Address start, size_t size) {
106 void MemoryAllocator::Unprotect(Address start, size_t size,
112 void MemoryAllocator::ProtectChunkFromPage(Page* page) {
118 void MemoryAllocator::UnprotectChunkFromPage(Page* page) {
heap.h 330 class MemoryAllocator;
    [all...]
heap.cc 280 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
    [all...]
  /external/v8/src/
deoptimizer.h 873 explicit DeoptimizerData(MemoryAllocator* allocator);
877 MemoryAllocator* allocator_;
    [all...]
deoptimizer.cc 25 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) {
27 MemoryAllocator::GetCommitPageSize(),
32 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator)
44 allocator_->Free<MemoryAllocator::kFull>(deopt_entry_code_[i]);
90 int commit_page_size = static_cast<int>(MemoryAllocator::GetCommitPageSize());
    [all...]
  /external/v8/src/snapshot/
serializer.cc 29 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(i)));

Completed in 139 milliseconds