Home
last modified time | relevance | path

Searched refs:allocateObject (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/tests/
DPODArenaTest.cpp71 arena->allocateObject<TestClass1>(); in TEST_F()
82 arena->allocateObject<TestClass1>(); in TEST_F()
93 TestClass1* tc1 = arena->allocateObject<TestClass1>(); in TEST_F()
98 TestClass2* tc2 = arena->allocateObject<TestClass2>(); in TEST_F()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp209 Segment* left = m_arena->allocateObject<Segment>(); in subdivide()
210 Segment* right = m_arena->allocateObject<Segment>(); in subdivide()
494 m_triangulator = m_arena->allocateObject<LoopBlinnLocalTriangulator>(); in triangulate()
628 contour = m_arena->allocateObject<Contour>(); in buildContours()
634 contour = m_arena->allocateObject<Contour>(); in buildContours()
645 Segment* segment = m_arena->allocateObject<Segment>(); in buildContours()
669 Segment* segment = m_arena->allocateObject<Segment>(); in buildContours()
681 Segment* segment = m_arena->allocateObject<Segment>(); in buildContours()
692 Segment* segment = m_arena->allocateObject<Segment>(); in buildContours()
993 SweepData* data = m_arena->allocateObject<SweepData>(); in subdivideCurves()
DPODArena.h87 template<class T> T* allocateObject() in allocateObject() function
98 template<class T, class Argument1Type> T* allocateObject(const Argument1Type& argument1) in allocateObject() function
DPODRedBlackTree.h132 Node* node = m_arena->allocateObject<Node, T>(data); in add()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-169661 with which it was configured. Added allocateObject variant to
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0659016 with which it was configured. Added allocateObject variant to
59023 (WebCore::PODArena::allocateObject):
63081 (WebCore::PODArena::allocateObject):