OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stackBytes
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
MemoryStatistics.h
36
size_t
stackBytes
;
MemoryStatistics.cpp
39
stats.
stackBytes
= RegisterFile::committedByteCount();
/external/webkit/Source/WebKit2/Shared/mac/
WebMemorySampler.mac.mm
125
totalBytesInUse += globalMemoryStats.
stackBytes
+ globalMemoryStats.JITBytes;
126
totalBytesCommitted += globalMemoryStats.
stackBytes
+ globalMemoryStats.JITBytes;
170
webKitMemoryStats.values.append(globalMemoryStats.
stackBytes
);
/external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm
210
[NSNumber numberWithUnsignedInt:(unsigned int)globalMemoryStats.
stackBytes
], @"JavaScriptStackSize",
Completed in 1165 milliseconds