AbcEnv             97 axscript/DomainClass.cpp 		AbcEnv* abcEnv = core->toplevel->object_vtable->abcEnv;
AbcEnv             43 core/AbcEnv-inlines.h REALLY_INLINE PoolObject* AbcEnv::pool() const
AbcEnv             48 core/AbcEnv-inlines.h REALLY_INLINE DomainEnv* AbcEnv::domainEnv() const
AbcEnv             53 core/AbcEnv-inlines.h REALLY_INLINE CodeContext* AbcEnv::codeContext() const
AbcEnv             58 core/AbcEnv-inlines.h REALLY_INLINE MethodEnv* AbcEnv::getMethod(uint32_t i) const
AbcEnv             63 core/AbcEnv-inlines.h REALLY_INLINE void AbcEnv::setMethod(uint32_t i, MethodEnv* env)
AbcEnv             69 core/AbcEnv-inlines.h REALLY_INLINE uint64_t& AbcEnv::invocationCount(uint32_t i)
AbcEnv             77 core/AbcEnv-inlines.h REALLY_INLINE size_t AbcEnv::calcExtra(PoolObject* pool)
AbcEnv             83 core/AbcEnv-inlines.h REALLY_INLINE ScriptEnv* AbcEnv::getPrivateScriptEnv(Stringp name) const
AbcEnv             88 core/AbcEnv-inlines.h REALLY_INLINE ScriptEnv* AbcEnv::getPrivateScriptEnv(Stringp name, Namespacep ns) const
AbcEnv             93 core/AbcEnv-inlines.h REALLY_INLINE ScriptEnv* AbcEnv::getPrivateScriptEnv(const Multiname& m) const
AbcEnv             98 core/AbcEnv-inlines.h REALLY_INLINE void AbcEnv::addPrivateScriptEnv(Stringp name, Namespacep ns, ScriptEnv* scriptEnv)
AbcEnv             42 core/AbcEnv.cpp 	AbcEnv::AbcEnv(PoolObject* _pool,
AbcEnv             64 core/AbcEnv.cpp 	AbcEnv::~AbcEnv()
AbcEnv             75 core/AbcEnv.cpp 	ScriptEnv* AbcEnv::getScriptEnv(Stringp name, Namespacep ns)
AbcEnv             87 core/AbcEnv.cpp 	ScriptEnv* AbcEnv::getScriptEnv(const Multiname& multiname)
AbcEnv             45 core/AbcEnv.h  	class AbcEnv : public MMgc::GCFinalizedObject
AbcEnv             52 core/AbcEnv.h  		AbcEnv(PoolObject* _pool, DomainEnv* _domainEnv, CodeContext * _codeContext);
AbcEnv             53 core/AbcEnv.h          ~AbcEnv();
AbcEnv            548 core/AvmCore.cpp 		AbcEnv* abcEnv = new (GetGC(), AbcEnv::calcExtra(pool)) AbcEnv(pool, domainEnv, codeContext);
AbcEnv            622 core/AvmCore.cpp 		AbcEnv* abcEnv = scriptEnv->abcEnv();
AbcEnv            221 core/AvmCore.h 		void verifyEarly(Toplevel* toplevel, AbcEnv* abc_env);
AbcEnv            716 core/AvmCore.h 		virtual Toplevel* createToplevel(AbcEnv* abcEnv);
AbcEnv           2953 core/CodegenLIR.cpp             method = loadIns(LIR_ldcp, int32_t(offsetof(AbcEnv,m_methods)+sizeof(MethodEnv*)*method_id), abcenv);
AbcEnv             74 core/MethodEnv-inlines.h REALLY_INLINE AbcEnv* MethodEnv::abcEnv() const
AbcEnv            182 core/MethodEnv-inlines.h REALLY_INLINE ScriptEnv::ScriptEnv(MethodInfo* _method, VTable* _vtable, AbcEnv* _abcEnv)
AbcEnv           1239 core/MethodEnv.cpp 		AbcEnv* abcEnv = this->abcEnv();
AbcEnv             83 core/MethodEnv.h 		AbcEnv* abcEnv() const;
AbcEnv            337 core/MethodEnv.h 		ScriptEnv(MethodInfo* _method, VTable* _vtable, AbcEnv* _abcEnv);
AbcEnv            341 core/MethodEnv.h 		static ScopeChain* createScriptScope(const ScopeTypeChain* stc, VTable* _vtable, AbcEnv* _abcEnv);
AbcEnv            277 core/MethodInfo.h 		void verify(Toplevel* toplevel, AbcEnv* abc_env);
AbcEnv             73 core/ScopeChain-inlines.h REALLY_INLINE ScopeChain::ScopeChain(VTable* vtable, AbcEnv* abcEnv, const ScopeTypeChain* scopeTraits, Namespacep dxns)
AbcEnv             82 core/ScopeChain-inlines.h REALLY_INLINE AbcEnv* ScopeChain::abcEnv() const
AbcEnv             91 core/ScopeChain.h 		ScopeChain(VTable* vtable, AbcEnv* abcEnv, const ScopeTypeChain* scopeTraits, Namespacep dxns);
AbcEnv            105 core/ScopeChain.h 		static ScopeChain* create(MMgc::GC* gc, VTable* vtable, AbcEnv* abcEnv, const ScopeTypeChain* scopeTraits, const ScopeChain* outer, Namespacep dxns);
AbcEnv            107 core/ScopeChain.h 		ScopeChain* cloneWithNewVTable(MMgc::GC* gc, VTable* vtable, AbcEnv* abcEnv, const ScopeTypeChain* scopeTraits = NULL);
AbcEnv            110 core/ScopeChain.h 		AbcEnv* abcEnv() const;
AbcEnv            124 core/ScopeChain.h 		AbcEnv* const					_abcEnv;
AbcEnv            125 core/Toplevel-inlines.h REALLY_INLINE AbcEnv* Toplevel::abcEnv() const
AbcEnv             56 core/Toplevel.h 		Toplevel(AbcEnv*);
AbcEnv             59 core/Toplevel.h 		AbcEnv* abcEnv() const;
AbcEnv            332 core/Toplevel.h 		DWB(AbcEnv*)				_abcEnv;
AbcEnv            427 core/VTable.cpp 		AbcEnv* abcEnv = scope->abcEnv();
AbcEnv            504 core/VTable.cpp 		AbcEnv* objVecAbcEnv = toplevel->vectorobj_cscope->abcEnv();
AbcEnv             90 core/Verifier.h 		Verifier(MethodInfo *info, Toplevel* toplevel, AbcEnv* abc_env
AbcEnv            113 core/Verifier.h         AbcEnv*   abc_env;
AbcEnv            105 core/avmplus.h 	class AbcEnv;
AbcEnv            172 shell/ShellCore.h 		virtual Toplevel* createToplevel(AbcEnv* abcEnv);
AbcEnv            216 shell/ShellCore.h 		ShellToplevel(AbcEnv* abcEnv);