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

  /external/webkit/JavaScriptCore/jit/
ExecutableAllocator.h 53 #define JIT_ALLOCATOR_LARGE_ALLOC_SIZE (ExecutableAllocator::pageSize * 4)
150 m_smallAllocationPool = ExecutablePool::create(JIT_ALLOCATOR_LARGE_ALLOC_SIZE);
160 if (n > JIT_ALLOCATOR_LARGE_ALLOC_SIZE)
164 RefPtr<ExecutablePool> pool = ExecutablePool::create(JIT_ALLOCATOR_LARGE_ALLOC_SIZE);
ExecutableAllocatorFixedVMPool.cpp 432 allocator = new FixedVMPoolAllocator(JIT_ALLOCATOR_LARGE_ALLOC_SIZE, TWO_GB);

Completed in 47 milliseconds