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

  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 35 class BumpPointerPool {
43 // references they have to this current (possibly full) BumpPointerPool
44 // to instead point to the newly returned BumpPointerPool.
45 BumpPointerPool* ensureCapacity(size_t size)
77 // this current BumpPointerPool to instead point to the returned
78 // BumpPointerPool.
79 BumpPointerPool* dealloc(void* position)
97 BumpPointerPool(const PageAllocation& allocation)
106 static BumpPointerPool* create(size_t minimumCapacity = 0)
108 // Add size of BumpPointerPool object, check for overflow
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp     [all...]

Completed in 1166 milliseconds