GCHashtable      3823 MMgc/GC.cpp    		GCHashtable *pointers = g.getPointers(p);
GCHashtable      3825 MMgc/GC.cpp    			GCHashtable::Iterator iter(pointers);
GCHashtable      3848 MMgc/GC.cpp    		GCHashtable *addresses;
GCHashtable      3850 MMgc/GC.cpp    			addresses = (GCHashtable*)backEdges.get(oldValue);
GCHashtable      3856 MMgc/GC.cpp    			addresses = (GCHashtable*)backEdges.get(newValue);
GCHashtable      3858 MMgc/GC.cpp    				addresses = mmfx_new(GCHashtable());
GCHashtable      3870 MMgc/GC.cpp    			GCHashtable *addresses = (GCHashtable*)iter.value();
GCHashtable      3876 MMgc/GC.cpp    	GCHashtable *HeapGraph::getPointers(const void *obj)
GCHashtable      3878 MMgc/GC.cpp    		return (GCHashtable*)backEdges.get(obj);
GCHashtable      3884 MMgc/GC.cpp    			GCHashtable::Iterator iter(&blacklist);
GCHashtable      3897 MMgc/GC.cpp    			GCHashtable::Iterator iter(&blacklist);
GCHashtable      1354 MMgc/GC.h      		GCHashtable weakRefs;
GCHashtable      1747 MMgc/GC.h      		GCHashtable blacklist;
GCHashtable        64 MMgc/HeapGraph.h 		GCHashtable *getPointers(const void *obj);
GCHashtable       462 core/avmplusDebugger.h 		MMgc::GCHashtable				pool2abcIndex;