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

/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.h69 #define JIT_ALLOCATOR_PAGE_SIZE (ExecutableAllocator::pageSize)
70 #define JIT_ALLOCATOR_LARGE_ALLOC_SIZE (ExecutableAllocator::pageSize * 4)
176 class ExecutableAllocator { class in namespace:JSC
181 ExecutableAllocator() function in class:JSC::ExecutableAllocator
378 #endif // !defined(ExecutableAllocator)

Completed in 64 milliseconds