Searched refs:showObjectStatistics (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapStatistics.h45 static void showObjectStatistics(Heap*);
H A DHeapStatistics.cpp230 void HeapStatistics::showObjectStatistics(Heap* heap) function in class:JSC::HeapStatistics
H A DHeap.cpp808 if (Options::showObjectStatistics())
809 HeapStatistics::showObjectStatistics(this);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOptions.h167 v(bool, showObjectStatistics, false) \

Completed in 185 milliseconds