Home
last modified time | relevance | path

Searched refs:committedByteCount (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DMemoryStatistics.cpp39 stats.stackBytes = RegisterFile::committedByteCount(); in globalMemoryStatistics()
41 stats.JITBytes = ExecutableAllocator::committedByteCount(); in globalMemoryStatistics()
/external/webkit/Source/JavaScriptCore/interpreter/
DRegisterFile.cpp88 size_t RegisterFile::committedByteCount() in committedByteCount() function in JSC::RegisterFile
DRegisterFile.h135 static size_t committedByteCount();
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.cpp75 size_t ExecutableAllocator::committedByteCount() in committedByteCount() function in JSC::ExecutableAllocator
DExecutableAllocator.h332 static size_t committedByteCount();
DExecutableAllocatorFixedVMPool.cpp488 size_t ExecutableAllocator::committedByteCount() in committedByteCount() function in JSC::ExecutableAllocator
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162489 (JSC::ExecutableAllocator::committedByteCount):
3219 (JSC::ExecutableAllocator::committedByteCount):
3796 (JSC::ExecutableAllocator::committedByteCount):
14557 (JSC::ExecutableAllocator::committedByteCount):
14582 (JSC::RegisterFile::committedByteCount):
14594 Added function prototype for public static function committedByteCount().
14603 (JSC::ExecutableAllocator::committedByteCount):