Searched refs:allocateObject (Results 1 – 6 of 6) sorted by relevance
71 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()
209 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()
87 template<class T> T* allocateObject() in allocateObject() function98 template<class T, class Argument1Type> T* allocateObject(const Argument1Type& argument1) in allocateObject() function
132 Node* node = m_arena->allocateObject<Node, T>(data); in add()
9661 with which it was configured. Added allocateObject variant to
59016 with which it was configured. Added allocateObject variant to59023 (WebCore::PODArena::allocateObject):63081 (WebCore::PODArena::allocateObject):