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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 120 : 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/
ListHashSet.h 136 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/
YarrInterpreter.h 332 , m_allocator(allocator)
359 BumpPointerAllocator* m_allocator; member in struct:JSC::Yarr::BytecodePattern
YarrInterpreter.cpp     [all...]

Completed in 41 milliseconds