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

  /external/chromium_org/courgette/
memory_allocator.h 124 class MemoryAllocator {
150 // convert a MemoryAllocator<T> to a MemoryAllocator<OtherT>
151 typedef MemoryAllocator<OtherT> other;
154 MemoryAllocator() _THROW0() {
159 MemoryAllocator(const MemoryAllocator<T>& other) _THROW0() { // NOLINT
163 MemoryAllocator(const MemoryAllocator<OtherT>& other) _THROW0() { // NOLINT
166 ~MemoryAllocator() {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 109 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator)
121 MemoryAllocator* old_allocator_;
157 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate);
164 ? MemoryAllocator::CodePageGuardStartOffset()
167 ? MemoryAllocator::CodePageGuardSize()
209 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate);
294 TEST(MemoryAllocator) {
298 MemoryAllocator* memory_allocator = new MemoryAllocator(isolate)
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 63 class MemoryAllocator
66 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
67 ~MemoryAllocator (void);
99 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
117 MemoryAllocator::~MemoryAllocator (void)
132 bool MemoryAllocator::allocateUntilFailure (void)
176 void MemoryAllocator::allocatePBuffer (void)
241 void MemoryAllocator::allocateContext (void
    [all...]
  /external/chromium_org/v8/src/heap/
spaces-inl.h 104 // MemoryAllocator
108 void MemoryAllocator::Protect(Address start, size_t size) {
113 void MemoryAllocator::Unprotect(Address start, size_t size,
119 void MemoryAllocator::ProtectChunkFromPage(Page* page) {
125 void MemoryAllocator::UnprotectChunkFromPage(Page* page) {
spaces.cc 249 // MemoryAllocator
252 MemoryAllocator::MemoryAllocator(Isolate* isolate)
262 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
274 void MemoryAllocator::TearDown() {
275 // Check that spaces were torn down before MemoryAllocator.
284 bool MemoryAllocator::CommitMemory(Address base, size_t size,
295 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation,
319 void MemoryAllocator::FreeMemory(Address base, size_t size,
345 Address MemoryAllocator::ReserveAlignedMemory(size_t size, size_t alignment
    [all...]
spaces.h 95 class MemoryAllocator;
690 friend class MemoryAllocator;
789 friend class MemoryAllocator;
809 friend class MemoryAllocator;
997 class MemoryAllocator {
999 explicit MemoryAllocator(Isolate* isolate);
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.h 636 explicit DeoptimizerData(MemoryAllocator* allocator);
642 MemoryAllocator* allocator_;
isolate.h 882 MemoryAllocator* memory_allocator() {
    [all...]
deoptimizer.cc 20 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) {
34 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator)
    [all...]
isolate.cc     [all...]

Completed in 837 milliseconds