GCHashtable_VMPI 3867 MMgc/GC.cpp    		GCHashtable_VMPI::Iterator iter(&backEdges);
GCHashtable_VMPI  111 MMgc/GCMemoryProfiler.cpp 		GCHashtable_VMPI::Iterator nameIter(&nameTable);
GCHashtable_VMPI  117 MMgc/GCMemoryProfiler.cpp 		GCHashtable_VMPI::Iterator allocIter(&allocInfoTable);
GCHashtable_VMPI  288 MMgc/GCMemoryProfiler.cpp 		GCHashtable_VMPI categories; // key == category name, value == CategoryGroup*
GCHashtable_VMPI  374 MMgc/GCMemoryProfiler.cpp 		GCHashtable_VMPI packageTable(128);
GCHashtable_VMPI  443 MMgc/GCMemoryProfiler.cpp 		GCHashtable_VMPI::Iterator pack_iter(&packageTable);
GCHashtable_VMPI  474 MMgc/GCMemoryProfiler.cpp 			GCHashtable_VMPI::Iterator iter(&pg->categories);
GCHashtable_VMPI  528 MMgc/GCMemoryProfiler.cpp 		GCHashtable_VMPI::Iterator pi(&packageTable);
GCHashtable_VMPI  532 MMgc/GCMemoryProfiler.cpp 			GCHashtable_VMPI::Iterator iter(&pg->categories);
GCHashtable_VMPI  113 MMgc/GCMemoryProfiler.h 		GCHashtable_VMPI nameTable;
GCHashtable_VMPI  116 MMgc/GCMemoryProfiler.h 		GCHashtable_VMPI allocInfoTable;
GCHashtable_VMPI   68 MMgc/HeapGraph.h 		GCHashtable_VMPI backEdges;
GCHashtable_VMPI  477 core/Sampler.cpp 		GCHashtable_VMPI* t = ptrSamples;
GCHashtable_VMPI  478 core/Sampler.cpp 		ptrSamples = mmfx_new( MMgc::GCHashtable_VMPI(4096) );
GCHashtable_VMPI  506 core/Sampler.cpp 		    ptrSamples = mmfx_new( MMgc::GCHashtable_VMPI(1024) );
GCHashtable_VMPI  229 core/Sampler.h 		MMgc::GCHashtable_VMPI		uids;		// important to use the VMPI variant for non-MMGC-based memory allocation.
GCHashtable_VMPI  230 core/Sampler.h 		MMgc::GCHashtable_VMPI*		ptrSamples;	// important to use the VMPI variant for non-MMGC-based memory allocation.