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

  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 54 PageAllocation allocation = PageAllocation::allocate(size, OSAllocator::JSJITCodePages, EXECUTABLE_POOL_WRITABLE, true);
ExecutableAllocatorFixedVMPool.cpp 412 m_reservation = PageReservation::reserve(FixedVMPoolPageTables::size(), OSAllocator::JSJITCodePages, EXECUTABLE_POOL_WRITABLE, true);
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 42 JSJITCodePages = VM_TAG_FOR_EXECUTABLEALLOCATOR_MEMORY,

Completed in 186 milliseconds