OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXECUTABLE_POOL_WRITABLE
(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);
ExecutableAllocator.h
75
#define
EXECUTABLE_POOL_WRITABLE
false
77
#define
EXECUTABLE_POOL_WRITABLE
true
ExecutableAllocatorFixedVMPool.cpp
412
m_reservation = PageReservation::reserve(FixedVMPoolPageTables::size(), OSAllocator::JSJITCodePages,
EXECUTABLE_POOL_WRITABLE
, true);
Completed in 1553 milliseconds