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

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
BumpPointerAllocator.h 1 #include <JavaScriptCore/BumpPointerAllocator.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
BumpPointerAllocator.h 3 #include <JavaScriptCore/BumpPointerAllocator.h>
  /external/webkit/Source/JavaScriptCore/yarr/
Yarr.h 60 PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*);
YarrInterpreter.h 34 class BumpPointerAllocator;
36 using WTF::BumpPointerAllocator;
327 BytecodePattern(PassOwnPtr<ByteDisjunction> body, Vector<ByteDisjunction*> allParenthesesInfo, YarrPattern& pattern, BumpPointerAllocator* allocator)
359 BumpPointerAllocator* m_allocator;
YarrInterpreter.cpp 31 #include <wtf/BumpPointerAllocator.h>
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 198 friend class BumpPointerAllocator;
201 // A BumpPointerAllocator manages a set of BumpPointerPool objects, which
216 class BumpPointerAllocator {
218 BumpPointerAllocator()
223 ~BumpPointerAllocator()
248 using WTF::BumpPointerAllocator;
  /external/webkit/Source/WebCore/platform/text/
RegularExpression.cpp 31 #include <wtf/BumpPointerAllocator.h>
70 BumpPointerAllocator m_regexAllocator;
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 44 #include <wtf/BumpPointerAllocator.h>
244 BumpPointerAllocator m_regExpAllocator;

Completed in 387 milliseconds