Home
last modified time | relevance | path

Searched refs:PageReservation (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DPageReservation.h57 class PageReservation : private PageBlock {
59 PageReservation() in PageReservation() function
104 …static PageReservation reserve(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, …
107 …return PageReservation(OSAllocator::reserveUncommitted(size, usage, writable, executable), size, w…
116 PageReservation tmp; in deallocate()
126 PageReservation(void* base, size_t size, bool writable, bool executable) in PageReservation() function
141 using WTF::PageReservation;
DCMakeLists.txt57 PageReservation.h
/external/webkit/Source/JavaScriptCore/interpreter/
DRegisterFile.h153 PageReservation m_reservation;
175 …m_reservation = PageReservation::reserve(roundUpAllocationSize(bufferLength, commitSize), OSAlloca… in RegisterFile()
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp412 …m_reservation = PageReservation::reserve(FixedVMPoolPageTables::size(), OSAllocator::JSJITCodePage… in FixedVMPoolAllocator()
479 PageReservation m_reservation;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162494 * wtf/PageReservation.h:
2495 (WTF::PageReservation::PageReservation):
2496 (WTF::PageReservation::commit):
2497 (WTF::PageReservation::decommit):
2498 (WTF::PageReservation::committed):
3225 * wtf/PageReservation.h:
3226 (WTF::PageReservation::PageReservation):
3227 (WTF::PageReservation::commit):
3228 (WTF::PageReservation::decommit):
3801 * wtf/PageReservation.h:
[all …]
DJavaScriptCore.gypi185 'wtf/PageReservation.h',
DGNUmakefile.list.am475 Source/JavaScriptCore/wtf/PageReservation.h \
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj263 …1512092D5C00630AF9 /* PageReservation.h in Headers */ = {isa = PBXBuildFile; fileRef = 86902314120…
928 …5C00630AF9 /* PageReservation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1682 8690231412092D5C00630AF9 /* PageReservation.h */,
2415 8690231512092D5C00630AF9 /* PageReservation.h in Headers */,
/external/webkit/Source/JavaScriptGlue/
DChangeLog691 Bug 43515 - Fix small design issues with PageAllocation, split out PageReservation.
695 * ForwardingHeaders/wtf/PageReservation.h: Added.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0686731 Bug 43515 - Fix small design issues with PageAllocation, split out PageReservation.
86735 * ForwardingHeaders/wtf/PageReservation.h: Added.