Searched defs:ExecutablePool (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.h100 class ExecutablePool : public RefCounted<ExecutablePool> { class in namespace:JSC
123 static PassRefPtr<ExecutablePool> create(size_t n)
125 return adoptRef(new ExecutablePool(n));
154 ~ExecutablePool()
158 ExecutablePool::systemRelease(*ptr);
167 ExecutablePool(size_t n);
186 m_smallAllocationPool = ExecutablePool::create(JIT_ALLOCATOR_LARGE_ALLOC_SIZE);
197 PassRefPtr<ExecutablePool> poolForSize(size_t n)
206 return ExecutablePool
344 inline ExecutablePool::ExecutablePool(size_t n) function in class:JSC::ExecutablePool
[all...]

Completed in 118 milliseconds