Searched refs:m_allocator (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODArena.h120 : m_allocator(FastMallocAllocator::create())
125 : m_allocator(allocator)
146 m_chunks.append(adoptPtr(new Chunk(m_allocator.get(), m_currentChunkSize)));
167 : m_allocator(allocator)
171 m_base = static_cast<uint8_t*>(m_allocator->allocate(size));
178 m_allocator->free(m_base);
198 Allocator* m_allocator; member in class:WebCore::PODArena::Chunk
204 RefPtr<Allocator> m_allocator; member in class:WebCore::PODArena
/external/webkit/Source/JavaScriptCore/wtf/
H A DListHashSet.h136 OwnPtr<NodeAllocator> m_allocator; member in class:WTF::ListHashSet
379 , m_allocator(new NodeAllocator)
387 , m_allocator(new NodeAllocator)
408 m_allocator.swap(other.m_allocator);
565 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(value, m_allocator.get());
575 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get());
631 node->destroy(m_allocator.get());
674 node->destroy(m_allocator.get());
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrInterpreter.h332 , m_allocator(allocator)
359 BumpPointerAllocator* m_allocator; member in struct:JSC::Yarr::BytecodePattern
H A DYarrInterpreter.cpp1389 allocatorPool = pattern->m_allocator->startAllocator();
1406 pattern->m_allocator->stopAllocator();
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.h89 android::LinearAllocator* m_allocator; member in class:RTree::RTree
H A DRTree.cpp136 : m_allocator(allocator)
177 return m_allocator->alloc(sizeof(Node));

Completed in 117 milliseconds