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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DVTableSpectrum.h36 class VTableSpectrum : Spectrum<void*> { class in namespace:JSC
38 VTableSpectrum();
39 ~VTableSpectrum();
H A DVTableSpectrum.cpp27 #include "VTableSpectrum.h"
41 VTableSpectrum::VTableSpectrum() function in class:JSC::VTableSpectrum
45 VTableSpectrum::~VTableSpectrum()
49 void VTableSpectrum::countVPtr(void* vTablePointer)
54 void VTableSpectrum::count(JSCell* cell)
60 void VTableSpectrum::dump(FILE* output, const char* comment)
H A DSlotVisitor.h89 VTableSpectrum m_visitedTypeCounts;
H A DHeap.h241 VTableSpectrum m_destroyedTypeCounts;

Completed in 127 milliseconds