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

  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 52 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t size)
ExecutableAllocator.h 164 static Allocation systemAlloc(size_t n);
347 Allocation mem = systemAlloc(allocSize);
359 Allocation result = systemAlloc(allocSize);
ExecutableAllocatorFixedVMPool.cpp 514 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t size)

Completed in 43 milliseconds