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

  /external/webkit/Source/JavaScriptCore/runtime/
MemoryStatistics.cpp 39 stats.stackBytes = RegisterFile::committedByteCount();
41 stats.JITBytes = ExecutableAllocator::committedByteCount();
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 88 size_t RegisterFile::committedByteCount()
RegisterFile.h 135 static size_t committedByteCount();
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 75 size_t ExecutableAllocator::committedByteCount()
ExecutableAllocator.h 332 static size_t committedByteCount();
ExecutableAllocatorFixedVMPool.cpp 488 size_t ExecutableAllocator::committedByteCount()

Completed in 86 milliseconds