MethodInfo         56 axscript/Profiler.h 		void sendFunctionEnter(MethodInfo* /*method*/) {}
MethodInfo         58 axscript/Profiler.h 		void sendCatch(MethodInfo* /*method*/) {}
MethodInfo        158 axscript/axtam.cpp 		MethodInfo *nativeMethods[axtoplevel_abc_method_count];
MethodInfo        162 axscript/axtam.cpp 		memset(nativeMethods, 0, sizeof(MethodInfo*)*axtoplevel_abc_method_count);
MethodInfo        139 core/AbcParser.cpp 					MethodInfo *f = pool->getMethodInfo(n);
MethodInfo        315 core/AbcParser.cpp 	MethodInfo* AbcParser::resolveMethodInfo(uint32 index) const
MethodInfo        321 core/AbcParser.cpp 		MethodInfo* f = pool->getMethodInfo(index);
MethodInfo        592 core/AbcParser.cpp 				MethodInfo* f = resolveMethodInfo(method_index);
MethodInfo        739 core/AbcParser.cpp 			if (abcFlags & MethodInfo::NATIVE)
MethodInfo        763 core/AbcParser.cpp 					abcFlags |= MethodInfo::compiledMethodFlags();
MethodInfo        769 core/AbcParser.cpp 			const int optional_count = (abcFlags & MethodInfo::HAS_OPTIONAL) ? readU30(pos) : 0;
MethodInfo        771 core/AbcParser.cpp 			MethodInfo* info = new (core->GetGC()) MethodInfo(i, pool, info_pos, abcFlags, ni);
MethodInfo        785 core/AbcParser.cpp 			if (abcFlags & MethodInfo::HAS_OPTIONAL)
MethodInfo        800 core/AbcParser.cpp 			if (abcFlags & MethodInfo::HAS_PARAM_NAMES)
MethodInfo        916 core/AbcParser.cpp 			MethodInfo* info = resolveMethodInfo(method_index);
MethodInfo       1576 core/AbcParser.cpp 			MethodInfo* s = domain->getNamedScript(name, ns);
MethodInfo       1646 core/AbcParser.cpp 			MethodInfo* script = resolveMethodInfo(init_index);
MethodInfo       1803 core/AbcParser.cpp 			MethodInfo* iinit = resolveMethodInfo(iinit_index);
MethodInfo       1920 core/AbcParser.cpp             MethodInfo* cinit = resolveMethodInfo(cinit_index);
MethodInfo         81 core/AbcParser.h 		MethodInfo* resolveMethodInfo(uint32 index) const;
MethodInfo        104 core/AbcParser.h 							MethodInfo* script, 
MethodInfo        112 core/AbcParser.h 		void addNamedScript(NamespaceSetp nss, Stringp name, MethodInfo* script);
MethodInfo        500 core/AvmCore.cpp 				activationTraits->init = new (core->gc) MethodInfo(MethodInfo::kInitMethodStub, activationTraits, &compiledMethodInfo);
MethodInfo       1062 core/AvmCore.cpp 						MethodInfo* info = callStackNode->info();
MethodInfo       1676 core/AvmCore.cpp 				MethodInfo* f = pool->getMethodInfo(method_id);
MethodInfo       1874 core/AvmCore.cpp 				MethodInfo* f = pool->getMethodInfo(method_id);
MethodInfo       4352 core/AvmCore.cpp         List<MethodInfo*, LIST_GCObjects> verifyQueue2(GetGC());
MethodInfo       4357 core/AvmCore.cpp 				MethodInfo* f = verifyQueue.removeLast();
MethodInfo        218 core/AvmCore.h         List<MethodInfo*, LIST_GCObjects> verifyQueue;
MethodInfo        219 core/AvmCore.h 		void enqFunction(MethodInfo* f);
MethodInfo       1092 core/AvmCore.h 		String* toErrorString(MethodInfo* m);
MethodInfo       1184 core/AvmCore.h 		ExceptionHandler* findExceptionHandler(MethodInfo *info,
MethodInfo       1189 core/AvmCore.h 				MethodInfo *info, sintptr pc, Exception *exception);
MethodInfo       1197 core/AvmCore.h 		ExceptionHandler* findExceptionHandlerNoRethrow(MethodInfo *info,
MethodInfo        257 core/CdeclThunk.cpp     const MethodInfo* m_methInfo;
MethodInfo       1077 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1241 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1310 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1322 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1330 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1338 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1349 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1363 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1373 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       1383 core/CdeclThunk.cpp     MethodInfo* info = env->method;
MethodInfo       2487 core/CodegenLIR.cpp                     MethodInfo *f = basetd->getMethod(disp_id);
MethodInfo       2523 core/CodegenLIR.cpp                 MethodInfo *f = basetd->getMethod(disp_id);
MethodInfo       2551 core/CodegenLIR.cpp                 MethodInfo* m = basetd->getMethod(disp_id);
MethodInfo       2607 core/CodegenLIR.cpp                 MethodInfo *f = objtd->getMethod(disp_id);
MethodInfo       2641 core/CodegenLIR.cpp                 MethodInfo *f = objtd->getMethod(disp_id);
MethodInfo       3646 core/CodegenLIR.cpp                 MethodInfo* func = pool->getMethodInfo(function_id);
MethodInfo       5616 core/CodegenLIR.cpp             info->_flags |= MethodInfo::JIT_IMPL;
MethodInfo         77 core/CodegenLIR.h            MethodInfo* method;
MethodInfo        387 core/CodegenLIR.h         MethodInfo *info;
MethodInfo        492 core/CodegenLIR.h         CodegenLIR(MethodInfo* info);
MethodInfo         83 core/Domain.cpp 	MethodInfo* Domain::getNamedScript(Stringp name, Namespacep ns)
MethodInfo         85 core/Domain.cpp 		MethodInfo* f = NULL;
MethodInfo         90 core/Domain.cpp 			f = (MethodInfo*)m_namedScripts->get(name, ns);
MethodInfo         95 core/Domain.cpp 	MethodInfo* Domain::getNamedScript(const Multiname *multiname)
MethodInfo         97 core/Domain.cpp 		MethodInfo* f = NULL;
MethodInfo        102 core/Domain.cpp 			f = (MethodInfo*)m_namedScripts->getMulti(multiname);
MethodInfo         68 core/Domain.h  		MethodInfo* getNamedScript(Stringp name, Namespacep ns);
MethodInfo         69 core/Domain.h  		MethodInfo* getNamedScript(const Multiname* multiname);
MethodInfo         73 core/Domain.h  		void addNamedScript(Stringp name, Namespace* ns, MethodInfo* v) { m_namedScripts->add(name, ns, (Binding)v); }
MethodInfo        680 core/Interpreter.cpp  		register MethodInfo* const info = env->method;
MethodInfo       2393 core/Interpreter.cpp 				MethodInfo *body = pool->getMethodInfo((uint32_t)U30ARG);
MethodInfo         59 core/MethodEnv-inlines.h REALLY_INLINE MethodEnvProcHolder::MethodEnvProcHolder(MethodInfo* m)
MethodInfo        182 core/MethodEnv-inlines.h REALLY_INLINE ScriptEnv::ScriptEnv(MethodInfo* _method, VTable* _vtable, AbcEnv* _abcEnv)
MethodInfo        188 core/MethodEnv-inlines.h REALLY_INLINE FunctionEnv::FunctionEnv(MethodInfo* _method, ScopeChain* _scope)
MethodInfo        207 core/MethodEnv-inlines.h     : MethodEnvProcHolder((MethodInfo*)&methodProcHolder), vtable(v), methodProcHolder((GprMethodProc)p)
MethodInfo        211 core/MethodEnv-inlines.h     : MethodEnvProcHolder((MethodInfo*)&methodProcHolder), imtMapCount(c), methodProcHolder((GprMethodProc)p)
MethodInfo         57 core/MethodEnv.h 		MethodEnvProcHolder(MethodInfo* m);
MethodInfo         59 core/MethodEnv.h 		MethodInfo* const method;
MethodInfo         69 core/MethodEnv.h 		friend class MethodInfo;
MethodInfo         81 core/MethodEnv.h 		MethodEnv(MethodInfo* method, ScopeChain* scope);
MethodInfo        188 core/MethodEnv.h 		ClassClosure* newfunction(MethodInfo *function, 
MethodInfo        311 core/MethodEnv.h 		MethodInfo* const method;
MethodInfo        337 core/MethodEnv.h 		ScriptEnv(MethodInfo* _method, VTable* _vtable, AbcEnv* _abcEnv);
MethodInfo        352 core/MethodEnv.h 		FunctionEnv(MethodInfo* _method, ScopeChain* _scope);
MethodInfo         54 core/MethodInfo-inlines.h     : _implGPR(MethodInfo::verifyEnterGPR), _invoker(MethodInfo::verifyCoerceEnter)
MethodInfo         77 core/MethodInfo-inlines.h REALLY_INLINE uintptr_t MethodInfo::iid() const
MethodInfo         82 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::allowExtraArgs() const
MethodInfo         87 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::hasExceptions() const
MethodInfo         92 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::hasMethodBody() const
MethodInfo         97 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::hasOptional() const
MethodInfo        102 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isNative() const
MethodInfo        107 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isNonInterruptible()
MethodInfo        112 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isResolved() const
MethodInfo        117 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needActivation() const
MethodInfo        122 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needArguments() const
MethodInfo        127 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needClosure() const
MethodInfo        132 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needRest() const
MethodInfo        137 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::needRestOrArguments() const
MethodInfo        142 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::setsDxns() const
MethodInfo        147 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::suggestInterp() const
MethodInfo        152 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::unboxThis() const
MethodInfo        157 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setUnboxThis()
MethodInfo        162 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setSuggestInterp()
MethodInfo        167 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setHasExceptions()
MethodInfo        172 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setNeedsDxns()
MethodInfo        177 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setFinal()
MethodInfo        182 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setOverride()
MethodInfo        187 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::makeNonInterruptible()
MethodInfo        192 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setKind(TraitKind kind)
MethodInfo        195 core/MethodInfo-inlines.h         _flags |= MethodInfo::IS_GETTER;
MethodInfo        197 core/MethodInfo-inlines.h         _flags |= MethodInfo::IS_SETTER;
MethodInfo        201 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isVerified() const
MethodInfo        206 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isVerifyPending() const
MethodInfo        211 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setVerified()
MethodInfo        216 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setVerifyPending()
MethodInfo        223 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::compiledMethodFlags()
MethodInfo        228 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::isCompiledMethod() const
MethodInfo        233 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::setCompiledMethod()
MethodInfo        239 core/MethodInfo-inlines.h REALLY_INLINE PoolObject* MethodInfo::pool() const
MethodInfo        244 core/MethodInfo-inlines.h REALLY_INLINE AvmThunkNativeThunker MethodInfo::thunker() const
MethodInfo        251 core/MethodInfo-inlines.h REALLY_INLINE AvmThunkNativeMethodHandler MethodInfo::handler_method() const
MethodInfo        257 core/MethodInfo-inlines.h REALLY_INLINE AvmThunkNativeFunctionHandler MethodInfo::handler_function() const
MethodInfo        264 core/MethodInfo-inlines.h REALLY_INLINE const uint8_t* MethodInfo::abc_body_pos() const
MethodInfo        270 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_abc_body_pos(const uint8_t* p)
MethodInfo        276 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_abc_body_pos_wb(MMgc::GC* gc, const uint8_t* p)
MethodInfo        282 core/MethodInfo-inlines.h REALLY_INLINE ExceptionHandlerTable* MethodInfo::abc_exceptions() const
MethodInfo        292 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_abc_exceptions(MMgc::GC* gc, ExceptionHandlerTable* e)
MethodInfo        300 core/MethodInfo-inlines.h REALLY_INLINE ExceptionHandlerTable* MethodInfo::word_code_exceptions() const
MethodInfo        306 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_word_code_exceptions(MMgc::GC* gc, ExceptionHandlerTable* e)
MethodInfo        312 core/MethodInfo-inlines.h REALLY_INLINE const uintptr_t* MethodInfo::word_code_start() const
MethodInfo        318 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_word_code(MMgc::GC* gc, TranslatedCode* translated_code)
MethodInfo        326 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::lookup_cache_size() const
MethodInfo        332 core/MethodInfo-inlines.h REALLY_INLINE void MethodInfo::set_lookup_cache_size(int32_t s)
MethodInfo        339 core/MethodInfo-inlines.h REALLY_INLINE int32_t MethodInfo::method_id() const
MethodInfo        344 core/MethodInfo-inlines.h REALLY_INLINE MethodSignaturep MethodInfo::getMethodSignature()
MethodInfo        381 core/MethodInfo-inlines.h     AvmAssert(!(_flags & MethodInfo::NATIVE));
MethodInfo        387 core/MethodInfo-inlines.h     AvmAssert(!(_flags & MethodInfo::NATIVE));
MethodInfo        393 core/MethodInfo-inlines.h     AvmAssert(!(_flags & MethodInfo::NATIVE));
MethodInfo        399 core/MethodInfo-inlines.h     AvmAssert(!(_flags & MethodInfo::NATIVE));
MethodInfo        436 core/MethodInfo-inlines.h     const int32_t ALLOW_EXTRA_ARGS = MethodInfo::NEED_REST | MethodInfo::NEED_ARGUMENTS | MethodInfo::IGNORE_REST;
MethodInfo         57 core/MethodInfo.cpp 	MethodInfo::MethodInfo(InitMethodStub, Traits* declTraits) :
MethodInfo         70 core/MethodInfo.cpp     MethodInfo::MethodInfo(InitMethodStub, Traits* declTraits, const NativeMethodInfo* native_info) :
MethodInfo         90 core/MethodInfo.cpp 	MethodInfo::MethodInfo(int32_t method_id, 
MethodInfo        106 core/MethodInfo.cpp 		MMGC_STATIC_ASSERT(offsetof(MethodInfo, _implGPR) == 0);
MethodInfo        123 core/MethodInfo.cpp     bool MethodInfo::hasNoScopeAndNotClassInitializer() const
MethodInfo        130 core/MethodInfo.cpp 	Traits* MethodInfo::declaringTraits() const 
MethodInfo        138 core/MethodInfo.cpp 	const ScopeTypeChain* MethodInfo::declaringScope() const 
MethodInfo        145 core/MethodInfo.cpp 	void MethodInfo::init_declaringScope(const ScopeTypeChain* s) 
MethodInfo        152 core/MethodInfo.cpp 	Traits* MethodInfo::activationTraits() const 
MethodInfo        160 core/MethodInfo.cpp 	const ScopeTypeChain* MethodInfo::activationScope() const 
MethodInfo        167 core/MethodInfo.cpp 	void MethodInfo::init_activationTraits(Traits* t) 
MethodInfo        173 core/MethodInfo.cpp 	void MethodInfo::init_activationScope(const ScopeTypeChain* s) 
MethodInfo        192 core/MethodInfo.cpp     void MethodInfo::setInterpImpl() 
MethodInfo        203 core/MethodInfo.cpp 	void MethodInfo::setNativeImpl(GprMethodProc p)
MethodInfo        211 core/MethodInfo.cpp 	/*static*/ AvmBox MethodInfo::debugEnterExitWrapper32(AvmMethodEnv env, uint32_t argc, AvmBox* argv)
MethodInfo        220 core/MethodInfo.cpp 	/*static*/ double MethodInfo::debugEnterExitWrapperN(AvmMethodEnv env, uint32_t argc, AvmBox* argv)
MethodInfo        230 core/MethodInfo.cpp 	/*static*/ uintptr_t MethodInfo::verifyEnterGPR(MethodEnv* env, int32_t argc, uint32_t* ap)
MethodInfo        232 core/MethodInfo.cpp 		MethodInfo* f = env->method;
MethodInfo        249 core/MethodInfo.cpp         AvmAssert(f->implGPR() != MethodInfo::verifyEnterGPR);
MethodInfo        253 core/MethodInfo.cpp 	/*static*/ double MethodInfo::verifyEnterFPR(MethodEnv* env, int32_t argc, uint32_t* ap)
MethodInfo        255 core/MethodInfo.cpp 		MethodInfo* f = env->method;
MethodInfo        272 core/MethodInfo.cpp         AvmAssert(f->implFPR() != MethodInfo::verifyEnterFPR);
MethodInfo        277 core/MethodInfo.cpp 	/*static*/ Atom MethodInfo::verifyCoerceEnter(MethodEnv* env, int argc, Atom* args)
MethodInfo        279 core/MethodInfo.cpp 		MethodInfo* f = env->method;
MethodInfo        296 core/MethodInfo.cpp         AvmAssert(f->_invoker != MethodInfo::verifyCoerceEnter);
MethodInfo        300 core/MethodInfo.cpp 	void MethodInfo::verify(Toplevel *toplevel, AbcEnv* abc_env)
MethodInfo        317 core/MethodInfo.cpp 					u.thunkerN = MethodInfo::debugEnterExitWrapperN;
MethodInfo        319 core/MethodInfo.cpp 					u.thunker = MethodInfo::debugEnterExitWrapper32;
MethodInfo        614 core/MethodInfo.cpp 	AbcFile* MethodInfo::file() const
MethodInfo        620 core/MethodInfo.cpp 	int32_t MethodInfo::firstSourceLine() const
MethodInfo        626 core/MethodInfo.cpp 	int32_t MethodInfo::lastSourceLine() const
MethodInfo        632 core/MethodInfo.cpp 	int32_t MethodInfo::offsetInAbc() const
MethodInfo        638 core/MethodInfo.cpp 	uint32_t MethodInfo::codeSize() const
MethodInfo        644 core/MethodInfo.cpp 	int32_t MethodInfo::local_count() const
MethodInfo        650 core/MethodInfo.cpp 	int32_t MethodInfo::max_scopes() const
MethodInfo        656 core/MethodInfo.cpp 	void MethodInfo::setFile(AbcFile* file) 
MethodInfo        663 core/MethodInfo.cpp 	Stringp MethodInfo::getArgName(int32_t index) 
MethodInfo        668 core/MethodInfo.cpp 	Stringp MethodInfo::getLocalName(int32_t index) 
MethodInfo        673 core/MethodInfo.cpp 	void MethodInfo::updateSourceLines(int32_t linenum, int32_t offset)
MethodInfo        691 core/MethodInfo.cpp 	DebuggerMethodInfo* MethodInfo::dmi() const
MethodInfo        701 core/MethodInfo.cpp 	Stringp MethodInfo::getRegName(int32_t slot) const 
MethodInfo        711 core/MethodInfo.cpp 	void MethodInfo::setRegName(int32_t slot, Stringp name)
MethodInfo        730 core/MethodInfo.cpp 	Atom MethodInfo::boxOneLocal(FramePtr src, int32_t srcPos, Traits** traitArr)
MethodInfo        757 core/MethodInfo.cpp 	void MethodInfo::boxLocals(FramePtr src, int32_t srcPos, Traits** traitArr, Atom* dest, int32_t destPos, int32_t length)
MethodInfo        769 core/MethodInfo.cpp 	void MethodInfo::unboxOneLocal(Atom src, FramePtr dst, int32_t dstPos, Traits** traitArr)
MethodInfo        829 core/MethodInfo.cpp 	void MethodInfo::unboxLocals(const Atom* src, int32_t srcPos, Traits** traitArr, FramePtr dest, int32_t destPos, int32_t length)
MethodInfo        842 core/MethodInfo.cpp 	Stringp MethodInfo::format(AvmCore* core) const
MethodInfo        851 core/MethodInfo.cpp 	bool MethodInfo::makeMethodOf(Traits* traits)
MethodInfo        876 core/MethodInfo.cpp 	Traits* MethodInfo::makeIntoPrototypeFunction(const Toplevel* toplevel, const ScopeTypeChain* fscope)
MethodInfo        928 core/MethodInfo.cpp 	MethodSignature* FASTCALL MethodInfo::_buildMethodSignature(const Toplevel* toplevel) 
MethodInfo       1074 core/MethodInfo.cpp 	MethodSignature* FASTCALL MethodInfo::_getMethodSignature() 
MethodInfo       1085 core/MethodInfo.cpp 	void MethodInfo::update_max_stack(int32_t max_stack)
MethodInfo       1094 core/MethodInfo.cpp 	void MethodInfo::resolveSignature(const Toplevel* toplevel)
MethodInfo       1111 core/MethodInfo.cpp 			if (ms->returnTraitsBT() == BUILTIN_number && _implGPR == MethodInfo::verifyEnterGPR)
MethodInfo       1112 core/MethodInfo.cpp 				_implFPR = MethodInfo::verifyEnterFPR;
MethodInfo       1116 core/MethodInfo.cpp 	Traits* MethodInfo::resolveActivation(const Toplevel* toplevel)
MethodInfo       1131 core/MethodInfo.cpp 	uint32_t MethodInfo::size()  
MethodInfo       1133 core/MethodInfo.cpp 		uint32_t size = sizeof(MethodInfo);
MethodInfo       1140 core/MethodInfo.cpp 	bool MethodInfo::usesCallerContext() const
MethodInfo       1147 core/MethodInfo.cpp 	bool MethodInfo::usesDefaultXmlNamespace() const
MethodInfo       1153 core/MethodInfo.cpp 	Stringp MethodInfo::getMethodName(bool includeAllNamespaces) const 
MethodInfo       1158 core/MethodInfo.cpp 	Stringp MethodInfo::getMethodNameWithTraits(Traits* t, bool includeAllNamespaces) const 
MethodInfo        106 core/MethodInfo.h 	class MethodInfo : public MethodInfoProcHolder
MethodInfo        213 core/MethodInfo.h 		MethodInfo(int32_t _method_id, 
MethodInfo        221 core/MethodInfo.h 		MethodInfo(InitMethodStub, Traits* declTraits);
MethodInfo        224 core/MethodInfo.h         MethodInfo(InitMethodStub, Traits* declTraits, const NativeMethodInfo* native_info);
MethodInfo        438 core/MethodInfo.h 		friend class MethodInfo;
MethodInfo        122 core/PoolObject-inlines.h REALLY_INLINE MethodInfo* PoolObject::getMethodInfo(uint32_t i) const
MethodInfo        672 core/PoolObject.cpp 	MethodInfo* PoolObject::getNamedScript(const Multiname* multiname) const
MethodInfo        674 core/PoolObject.cpp 		MethodInfo* f = domain->getNamedScript(multiname);
MethodInfo        677 core/PoolObject.cpp 			f = (MethodInfo*)_privateNamedScripts->getMulti(multiname);
MethodInfo        140 core/PoolObject.h 		MethodInfo* getNamedScript(const Multiname* multiname) const;
MethodInfo        149 core/PoolObject.h 		void addPrivateNamedScript(Stringp name, Namespacep ns, MethodInfo *a);
MethodInfo        186 core/PoolObject.h 		MethodInfo* getMethodInfo(uint32_t i) const;
MethodInfo        221 core/PoolObject.h 		List<MethodInfo*, LIST_GCObjects>			_methods;
MethodInfo        412 core/PrintWriter.cpp 					*this << va_arg(ap, MethodInfo*);
MethodInfo        164 core/PrintWriter.h 		PrintWriter& operator<< (const MethodInfo* obj);
MethodInfo        268 core/Sampler.cpp 				e->m_info = csn->isAS3Sample() ? csn->info() : (MethodInfo*) StackTrace::Element::EXTERNAL_CALL_FRAME;
MethodInfo        308 core/Sampler.cpp 			AvmAssert(sizeof(StackTrace::Element) == sizeof(MethodInfo *) + sizeof(Stringp) + sizeof(Stringp) + sizeof(int32_t));
MethodInfo        311 core/Sampler.cpp 			AvmAssert(sizeof(StackTrace::Element) == sizeof(MethodInfo *) + sizeof(Stringp) + sizeof(Stringp) + sizeof(int32_t) + sizeof(int32_t));
MethodInfo         99 core/StackTrace.h 		void init(MethodInfo* methodInfo);
MethodInfo        134 core/StackTrace.h 		inline explicit CallStackNode(MethodInfo* info)
MethodInfo        163 core/StackTrace.h 		inline MethodInfo* info() const { return m_info; }
MethodInfo        202 core/StackTrace.h 	private:	MethodInfo*			m_info;
MethodInfo        235 core/StackTrace.h   			MethodInfo*			m_info;			// will be null for fake CallStackNode
MethodInfo        254 core/StackTrace.h 					m_info 		= (MethodInfo*) EXTERNAL_CALL_FRAME;
MethodInfo        271 core/StackTrace.h 			inline bool isAS3Sample() const { return m_info != (MethodInfo*) EXTERNAL_CALL_FRAME; }
MethodInfo        273 core/StackTrace.h 			inline MethodInfo* info() const { return isAS3Sample() ? m_info : NULL; }
MethodInfo         91 core/Traits-inlines.h REALLY_INLINE MethodInfo* TraitsBindings::getMethod(uint32_t i) const
MethodInfo        148 core/Traits-inlines.h REALLY_INLINE void TraitsBindings::setMethodInfo(uint32_t i, MethodInfo* f)
MethodInfo         58 core/Traits.cpp 						methodCount * sizeof(MethodInfo);
MethodInfo         71 core/Traits.cpp 				VMPI_memcpy(&tb->getMethods()[0], &_base->getMethods()[0], _base->methodCount * sizeof(MethodInfo));
MethodInfo        336 core/Traits.cpp 						MethodInfo* virt = ifcd->getMethod(AvmCore::bindingToMethodId(iBinding));
MethodInfo        337 core/Traits.cpp 						MethodInfo* over = this->getMethod(AvmCore::bindingToMethodId(cBinding));
MethodInfo        352 core/Traits.cpp 							MethodInfo* virt = ifcd->getMethod(AvmCore::bindingToGetterId(iBinding));
MethodInfo        353 core/Traits.cpp 							MethodInfo* over = this->getMethod(AvmCore::bindingToGetterId(cBinding));
MethodInfo        363 core/Traits.cpp 							MethodInfo* virt = ifcd->getMethod(AvmCore::bindingToSetterId(iBinding));
MethodInfo        364 core/Traits.cpp 							MethodInfo* over = this->getMethod(AvmCore::bindingToSetterId(cBinding));
MethodInfo       1076 core/Traits.cpp 					MethodInfo* f = this->pool->getMethodInfo(ne.id);
MethodInfo       1569 core/Traits.cpp             activationTraits->init = new (core->gc) MethodInfo(MethodInfo::kInitMethodStub, activationTraits, &compiledMethodInfo);
MethodInfo       1582 core/Traits.cpp             MethodInfo* m = this->init;
MethodInfo       1602 core/Traits.cpp 					MethodInfo* m = pool->getMethodInfo(ne.id);
MethodInfo       1750 core/Traits.cpp 			this->init = new (gc) MethodInfo(MethodInfo::kInitMethodStub, this);
MethodInfo        124 core/Traits.h  			MethodInfo* f;
MethodInfo        147 core/Traits.h  		MethodInfo* getMethod(uint32_t i) const;
MethodInfo        169 core/Traits.h  		void setMethodInfo(uint32_t i, MethodInfo* f);
MethodInfo        171 core/Traits.h  		bool checkOverride(AvmCore* core, MethodInfo* virt, MethodInfo* over) const;
MethodInfo        514 core/Traits.h  	public:		DWB(MethodInfo*)		init;				// not a call/init union b/c smart pointers and union's don't mix
MethodInfo        151 core/TypeDescriber.cpp 	ArrayObject* TypeDescriber::describeParams(MethodInfo* /*mi*/, MethodSignaturep ms)
MethodInfo        239 core/TypeDescriber.cpp 			MethodInfo* initMethod = traits->init;
MethodInfo        343 core/TypeDescriber.cpp 						MethodInfo* mi = tb->getMethod(methodID);
MethodInfo        372 core/TypeDescriber.cpp 						MethodInfo* mi = tb->getMethod(methodID);
MethodInfo        118 core/TypeDescriber.h 		ArrayObject* describeParams(MethodInfo* mi, MethodSignaturep ms);
MethodInfo        151 core/VTable.cpp 				MethodInfo* v0 = ((1<<ibk) & ((1<<BKIND_METHOD)|(1<<BKIND_GET)|(1<<BKIND_GETSET))) ? 
MethodInfo        164 core/VTable.cpp 				MethodInfo* v1 = ((1<<ibk) & ((1<<BKIND_SET)|(1<<BKIND_GETSET))) ? 
MethodInfo        380 core/VTable.cpp 			MethodInfo* method = td->getMethod(i);
MethodInfo        459 core/VTable.cpp 		size += td->methodCount*sizeof(MethodInfo*);
MethodInfo        463 core/VTable.cpp 			MethodInfo* method = td->getMethod(i);
MethodInfo         85 core/VTable.h  		MethodEnv* makeMethodEnv(MethodInfo* method, ScopeChain* scope);
MethodInfo         45 core/Verifier.cpp 		MethodInfo *info;
MethodInfo         63 core/Verifier.cpp 				MethodInfo *f = info->pool()->getMethodInfo(opd1);
MethodInfo        723 core/Verifier.cpp 				MethodInfo* f = checkMethodInfo(imm30);
MethodInfo        808 core/Verifier.cpp 				MethodInfo* script = pool->getNamedScript(&multiname);
MethodInfo        810 core/Verifier.cpp 				if (script != (MethodInfo*)BIND_NONE && script != (MethodInfo*)BIND_AMBIGUOUS) {
MethodInfo        863 core/Verifier.cpp 					MethodInfo *f = objtd->getMethod(disp_id);
MethodInfo       1103 core/Verifier.cpp 				MethodInfo* m = checkMethodInfo(imm30);
MethodInfo       1260 core/Verifier.cpp 					MethodInfo* m = basetd->getMethod(disp_id);
MethodInfo       1299 core/Verifier.cpp 						MethodInfo *f = basetd->getMethod(disp_id);
MethodInfo       1340 core/Verifier.cpp 				MethodInfo *f = baseTraits->init;
MethodInfo       1958 core/Verifier.cpp 		MethodInfo* m = tb->getMethod(disp_id);
MethodInfo       2110 core/Verifier.cpp 					MethodInfo* script = pool->getNamedScript(&multiname);
MethodInfo       2111 core/Verifier.cpp 					if (script != (MethodInfo*)BIND_NONE && script != (MethodInfo*)BIND_AMBIGUOUS)
MethodInfo       2180 core/Verifier.cpp 			MethodInfo *f = objtd->getMethod(disp_id);
MethodInfo       2423 core/Verifier.cpp 			MethodInfo *f = traits->getTraitsBindings()->getMethod(m);
MethodInfo       2441 core/Verifier.cpp 	MethodInfo* Verifier::checkMethodInfo(uint32_t id)
MethodInfo       2479 core/Verifier.cpp     MethodInfo* Verifier::checkDispId(Traits* traits, uint32_t disp_id)
MethodInfo       2486 core/Verifier.cpp 		MethodInfo* m = td->getMethod(disp_id);
MethodInfo       2725 core/Verifier.cpp 			MethodInfo* newf = math->getMethod(disp_id);
MethodInfo       2749 core/Verifier.cpp 			MethodInfo* newf = str->getMethod(disp_id);
MethodInfo         85 core/Verifier.h 		MethodInfo *info;
MethodInfo         90 core/Verifier.h 		Verifier(MethodInfo *info, Toplevel* toplevel, AbcEnv* abc_env
MethodInfo        115 core/Verifier.h 		MethodInfo*  checkDispId(Traits* traits, uint32_t disp_id);
MethodInfo        116 core/Verifier.h 		MethodInfo*  checkMethodInfo(uint32_t method_id);
MethodInfo        163 core/Verifier.h 		void emitCoerceArgs(MethodInfo* m, int argc, bool isctor=false);
MethodInfo        192 core/Verifier.h 		MethodInfo* info;
MethodInfo        199 core/Verifier.h 		CFGWriter(MethodInfo* info, CodeWriter* coder);
MethodInfo         52 core/WordcodeEmitter.h 		WordcodeEmitter(MethodInfo* info, Toplevel* toplevel);
MethodInfo        162 core/WordcodeEmitter.h 		MethodInfo* info;
MethodInfo        156 core/avmplus.h 	class MethodInfo;
MethodInfo        166 core/avmplusDebugger.cpp 			MethodInfo* f = core->callStack->info();
MethodInfo        412 core/avmplusDebugger.cpp 			MethodInfo* f = pool->getMethodInfo(i);
MethodInfo        674 core/avmplusDebugger.cpp 	MethodInfo* SourceFile::functionAt(int index) const 
MethodInfo        763 core/avmplusDebugger.cpp 				MethodInfo* info = trace->info();
MethodInfo        786 core/avmplusDebugger.cpp 				MethodInfo* info = trace->info();
MethodInfo        811 core/avmplusDebugger.cpp 				MethodInfo* info = trace->info();
MethodInfo        847 core/avmplusDebugger.cpp 				MethodInfo* info = trace->info();
MethodInfo         83 core/avmplusDebugger.h 		virtual MethodInfo* functionAt(int index) const = 0;
MethodInfo        218 core/avmplusDebugger.h 		void traceMethod(MethodInfo* fnc, bool ignoreArgs=false);
MethodInfo        458 core/avmplusDebugger.h 		bool scanCode(AbcFile* file, PoolObject* pool, MethodInfo* m);
MethodInfo        498 core/avmplusDebugger.h 		MethodInfo* functionAt(int index) const;
MethodInfo        503 core/avmplusDebugger.h 		void addLine(int linenum, MethodInfo* function, int offset);
MethodInfo        511 core/avmplusDebugger.h 		List<MethodInfo*>				functions;
MethodInfo        179 core/avmplusDebuggerStubs.cpp     MethodInfo* SourceFile::functionAt(int index) const 
MethodInfo        101 core/avmplusProfiler.h 		virtual void sendFunctionEnter(MethodInfo* method) = 0;
MethodInfo        119 core/avmplusProfiler.h 		virtual void sendCatch(MethodInfo* method) = 0;
MethodInfo         68 eval/eval-cogen-inlines.h 	return traits->getCount() > 0 ? MethodInfo::NEED_ACTIVATION : 0;
MethodInfo        351 eval/eval-cogen.cpp 				flags |= MethodInfo::NEED_ARGUMENTS;
MethodInfo        353 eval/eval-cogen.cpp 				flags |= MethodInfo::NEED_REST;
MethodInfo        355 eval/eval-cogen.cpp 				flags |= MethodInfo::SETS_DXNS;
MethodInfo        145 eval/eval-compile.cpp 			global_info->setFlags(global_body->getFlags() | MethodInfo::SETS_DXNS);
MethodInfo        237 shell/DebugCLI.cpp 			MethodInfo* info = functionFor(src, line);
MethodInfo        268 shell/DebugCLI.cpp 	MethodInfo* DebugCLI::functionFor(SourceInfo* src, int line)
MethodInfo        270 shell/DebugCLI.cpp 		MethodInfo* info = NULL;
MethodInfo        277 shell/DebugCLI.cpp 				MethodInfo* m = src->functionAt(i);
MethodInfo        469 shell/DebugCLI.cpp 		MethodInfo* info = functionFor(src, line);
MethodInfo        526 shell/DebugCLI.cpp 			MethodInfo* info = functionFor(src, line);
MethodInfo        211 shell/DebugCLI.h 		MethodInfo* functionFor(SourceInfo* src, int line);
MethodInfo         56 shell/Profiler.h 		void sendFunctionEnter(MethodInfo* /*method*/) {}
MethodInfo         58 shell/Profiler.h 		void sendCatch(MethodInfo* /*method*/) {}
MethodInfo         74 utils/avmc/avmplus.h class MethodInfo