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

  /external/webkit/Source/WebKit/chromium/tests/
PODArenaTest.cpp 71 arena->allocateObject<TestClass1>();
82 arena->allocateObject<TestClass1>();
93 TestClass1* tc1 = arena->allocateObject<TestClass1>();
98 TestClass2* tc2 = arena->allocateObject<TestClass2>();
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 87 template<class T> T* allocateObject()
98 template<class T, class Argument1Type> T* allocateObject(const Argument1Type& argument1)
LoopBlinnPathProcessor.cpp 209 Segment* left = m_arena->allocateObject<Segment>();
210 Segment* right = m_arena->allocateObject<Segment>();
494 m_triangulator = m_arena->allocateObject<LoopBlinnLocalTriangulator>();
628 contour = m_arena->allocateObject<Contour>();
634 contour = m_arena->allocateObject<Contour>();
645 Segment* segment = m_arena->allocateObject<Segment>();
669 Segment* segment = m_arena->allocateObject<Segment>();
681 Segment* segment = m_arena->allocateObject<Segment>();
692 Segment* segment = m_arena->allocateObject<Segment>();
    [all...]
PODRedBlackTree.h 132 Node* node = m_arena->allocateObject<Node, T>(data);

Completed in 936 milliseconds