Searched refs:systemAlloc (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.cpp52 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t size) function in class:JSC::ExecutablePool
H A DExecutableAllocator.h164 static Allocation systemAlloc(size_t n);
347 Allocation mem = systemAlloc(allocSize);
359 Allocation result = systemAlloc(allocSize);
H A DExecutableAllocatorFixedVMPool.cpp514 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t size) function in class:JSC::ExecutablePool

Completed in 312 milliseconds