DWB                58 axscript/DomainClass.h 		DWB(DomainEnv*) domainEnv;
DWB                59 axscript/DomainClass.h 		DWB(Domain*) domain;
DWB                61 axscript/DomainClass.h 		DWB(ScriptEnv*) scriptEnv;
DWB               133 axscript/axtam.h 		DWB(DomainEnv*) _domainEnv;
DWB                84 core/AbcEnv.h  		DWB(MultinameHashtable*)	m_privateScriptEnvs;
DWB                86 core/AbcEnv.h  		DWB(uint64_t*)				m_invocationCounts;	// actual size will hold pool->methodCount methods, only allocated if debugger exists
DWB               129 core/Domain.h              DWB(BaseRefChunk *) next;
DWB               136 core/Domain.h              DWB(SizeRefChunk *) next;
DWB               149 core/Domain.h  		DWB(MultinameHashtable*)        m_namedTraits;
DWB               151 core/Domain.h  		DWB(MultinameHashtable*)        m_namedScripts;
DWB               160 core/Domain.h          DWB(BaseRefChunk *)             m_globalMemoryBaseRefs;
DWB               161 core/Domain.h  		DWB(SizeRefChunk *)             m_globalMemorySizeRefs;
DWB                74 core/DomainEnv.h 		DWB(MultinameHashtable*)	m_namedScripts;	// table of named program init functions. (ns,name => MethodEnv) 
DWB                75 core/DomainEnv.h 		DWB(Toplevel*)				m_toplevel;
DWB               143 core/E4XNode.h 		DWB(E4XNode*) m_parent; 
DWB               309 core/E4XNode.h 		DWB(AtomArray *) m_attributes;
DWB               312 core/E4XNode.h 		DWB(AtomArray *) m_namespaces;
DWB               317 core/E4XNode.h 		DWB(uintptr) m_children;
DWB                83 core/Exception.h  		DWB(StackTrace*)	stackTrace;
DWB                85 core/FunctionClass.h 		DWB(MethodEnv*) _call;
DWB               329 core/MethodEnv.h 		DWB(LookupCache*) lookup_cache;
DWB                67 core/MethodInfo.h 		DWB(AbcFile*)			file;				// the abc file from which this method came
DWB               421 core/MethodInfo.h 		DWB(MMgc::GCWeakRef*)	_msref;						// our MethodSignature 
DWB               104 core/PoolObject.h 		DWB(Domain*) domain;
DWB               210 core/PoolObject.h 		DWB(MultinameHashtable*)					_namedTraits;
DWB               211 core/PoolObject.h 		DWB(MultinameHashtable*)					_privateNamedScripts;
DWB               212 core/PoolObject.h 		DWB(ScriptBufferImpl*)						_code;
DWB               332 core/Toplevel.h 		DWB(AbcEnv*)				_abcEnv;
DWB               333 core/Toplevel.h 		DWB(ClassClosure**)			_builtinClasses;
DWB               336 core/Toplevel.h 		DWB(VTable*)				object_ivtable;
DWB               337 core/Toplevel.h 		DWB(VTable*)				class_ivtable;
DWB               338 core/Toplevel.h 		DWB(ScopeChain*)			object_cscope;
DWB               339 core/Toplevel.h 		DWB(ScopeChain*)			vectorobj_cscope;
DWB               340 core/Toplevel.h 		DWB(ScopeChain*)			vectorobj_iscope;
DWB               341 core/Toplevel.h 		DWB(ScopeChain*)			toplevel_scope;
DWB               504 core/Traits.h  	private:	DWB(Traits*)			m_supertype_cache;	  // 1-entry cache for subtypeof=true
DWB               508 core/Traits.h  	private:	DWB(Traits**)			m_secondary_supertypes;
DWB               514 core/Traits.h  	public:		DWB(MethodInfo*)		init;				// not a call/init union b/c smart pointers and union's don't mix
DWB               519 core/Traits.h  	private:	DWB(MMgc::GCWeakRef*)	m_tbref;				// our TraitsBindings 
DWB               520 core/Traits.h  	private:	DWB(MMgc::GCWeakRef*)	m_tmref;				// our TraitsMetadata
DWB               137 core/VTable.h  		DWB(MethodEnv*) init;
DWB               138 core/VTable.h  		DWB(VTable*) base;
DWB               139 core/VTable.h  		DWB(VTable*) ivtable;
DWB               310 core/VectorClass.h 		DWB(T *) m_array;
DWB               613 core/VectorClass.h 		DWB(HeapHashtable*) instantiated_types;
DWB               124 core/XMLObject.h 		DWB(E4XNode*) m_node;
DWB               553 core/avmplusDebugger.h 		DWB(HeapHashtable*)	sourcemap;	// maps filename to that file's index in "sources"
DWB               130 extensions/JavaGlue.h 		DWB(JClass*) jclass;	/* class of this object */
DWB               179 extensions/JavaGlue.h 		DWB(Java*)		vm;
DWB               224 extensions/SamplerScript.cpp 		DWB(TraitsBindingsp) currTraits;
DWB                57 shell/DomainClass.h 		DWB(DomainEnv*) domainEnv;
DWB                58 shell/DomainClass.h 		DWB(Toplevel*) domainToplevel;
DWB                48 shell/ShellCore.h 		DWB(DomainEnv*) m_domainEnv;
DWB               235 shell/ShellCore.h 		DWB(ClassClosure**) shellClasses;