Searched refs:JITBytes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DMemoryStatistics.h37 size_t JITBytes; member in struct:JSC::GlobalMemoryStatistics
H A DMemoryStatistics.cpp41 stats.JITBytes = ExecutableAllocator::committedByteCount();
43 stats.JITBytes = 0;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DWebMemorySampler.mac.mm126 totalBytesInUse += globalMemoryStats.stackBytes + globalMemoryStats.JITBytes;
127 totalBytesCommitted += globalMemoryStats.stackBytes + globalMemoryStats.JITBytes;
173 webKitMemoryStats.values.append(globalMemoryStats.JITBytes);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/linux/
H A DWebMemorySamplerLinux.cpp163 totalBytesInUse += globalMemoryStats.stackBytes + globalMemoryStats.JITBytes;
164 totalBytesCommitted += globalMemoryStats.stackBytes + globalMemoryStats.JITBytes;
170 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("JavaScript JIT Bytes"), globalMemoryStats.JITBytes);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DAboutData.cpp262 builder.append(numberToHTMLTr("Total used memory (malloc + JSC)", mallocInfo.m_small_allocmem + mallocInfo.m_allocmem + jscMemoryStat.stackBytes + jscMemoryStat.JITBytes + mainHeap.capacity()));
281 builder.append(numberToHTMLTr("JIT memory usage", jscMemoryStat.JITBytes));
393 unsigned totalUsedMemory = static_cast<unsigned>(mallocInfo.m_small_allocmem + mallocInfo.m_allocmem + jscMemoryStat.stackBytes + jscMemoryStat.JITBytes + mainHeap.capacity());
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebCoreStatistics.mm216 [NSNumber numberWithUnsignedInt:(unsigned int)globalMemoryStats.JITBytes], @"JavaScriptJITSize",

Completed in 82 milliseconds