Home
last modified time | relevance | path

Searched refs:BumpPointerAllocator (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DBumpPointerAllocator.h198 friend class BumpPointerAllocator; variable
216 class BumpPointerAllocator {
218 BumpPointerAllocator() in BumpPointerAllocator() function
223 ~BumpPointerAllocator() in ~BumpPointerAllocator()
248 using WTF::BumpPointerAllocator;
DCMakeLists.txt9 BumpPointerAllocator.h
/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.h34 class BumpPointerAllocator; variable
36 using WTF::BumpPointerAllocator;
327 …Vector<ByteDisjunction*> allParenthesesInfo, YarrPattern& pattern, BumpPointerAllocator* allocator) in BytecodePattern()
359 BumpPointerAllocator* m_allocator;
DYarr.h60 PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*);
DYarrInterpreter.cpp1450 PassOwnPtr<BytecodePattern> compile(BumpPointerAllocator* allocator) in compile()
1895 PassOwnPtr<BytecodePattern> byteCompile(YarrPattern& pattern, BumpPointerAllocator* allocator) in byteCompile()
/external/webkit/Source/WebCore/platform/text/
DRegularExpression.cpp70 BumpPointerAllocator m_regexAllocator;
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.h244 BumpPointerAllocator m_regExpAllocator;
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi140 'wtf/BumpPointerAllocator.h',
DGNUmakefile.list.am408 Source/JavaScriptCore/wtf/BumpPointerAllocator.h \
DChangeLog-2011-02-168941 * wtf/BumpPointerAllocator.h:
19074 * wtf/BumpPointerAllocator.h: Added.
19085 (WTF::BumpPointerAllocator::BumpPointerAllocator):
19086 (WTF::BumpPointerAllocator::~BumpPointerAllocator):
19087 (WTF::BumpPointerAllocator::startAllocator):
19088 (WTF::BumpPointerAllocator::stopAllocator):
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj244 …ED9BC004B6863 /* BumpPointerAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 86676D4D11F…
907 …B6863 /* BumpPointerAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1618 86676D4D11FED55D004B6863 /* BumpPointerAllocator.h */,
2223 86676D5211FED9BC004B6863 /* BumpPointerAllocator.h in Headers */,
/external/webkit/Source/JavaScriptGlue/
DChangeLog738 * ForwardingHeaders/wtf/BumpPointerAllocator.h: Added.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0693144 * ForwardingHeaders/wtf/BumpPointerAllocator.h: Added.