NativeMethodInfo 738 core/AbcParser.cpp const NativeMethodInfo* ni = NULL;
NativeMethodInfo 758 core/AbcParser.cpp NativeMethodInfo compiledMethodInfo;
NativeMethodInfo 497 core/AvmCore.cpp NativeMethodInfo compiledMethodInfo;
NativeMethodInfo 217 core/MethodInfo.h const NativeMethodInfo* native_info);
NativeMethodInfo 224 core/MethodInfo.h MethodInfo(InitMethodStub, Traits* declTraits, const NativeMethodInfo* native_info);
NativeMethodInfo 85 core/NativeFunction.cpp void NativeInitializer::fillInMethods(const NativeMethodInfo* _methodEntry)
NativeMethodInfo 130 core/NativeFunction.cpp bool NativeInitializer::getCompiledInfo(NativeMethodInfo *info, Multiname &returnTypeName, uint32_t i) const
NativeMethodInfo 244 core/NativeFunction.h const NativeMethodInfo* getNativeInfo(uint32_t i) const { return get_method(i); }
NativeMethodInfo 247 core/NativeFunction.h bool getCompiledInfo(NativeMethodInfo *info, Multiname &returnTypeName, uint32_t i) const;
NativeMethodInfo 253 core/NativeFunction.h void fillInMethods(const NativeMethodInfo* methodEntry);
NativeMethodInfo 271 core/NativeFunction.h typedef const NativeMethodInfo* MethodType;
NativeMethodInfo 273 core/NativeFunction.h inline const NativeMethodInfo* get_method(uint32_t i) const { AvmAssert(i < methodCount); return methods[i]; }
NativeMethodInfo 275 core/NativeFunction.h typedef NativeMethodInfo MethodType;
NativeMethodInfo 277 core/NativeFunction.h inline const NativeMethodInfo* get_method(uint32_t i) const { AvmAssert(i < methodCount); return &methods[i]; }
NativeMethodInfo 318 core/NativeFunction.h extern const NativeMethodInfo NAME##_methodEntries[];
NativeMethodInfo 333 core/NativeFunction.h const NativeMethodInfo NAME##_methodEntries[] = {
NativeMethodInfo 336 core/NativeFunction.h static const NativeMethodInfo NAME##_methodEntries[] = {
NativeMethodInfo 419 core/NativeFunction.h static void fillIn_##NAME(NativeMethodInfo* m, NativeClassInfo* c) {
NativeMethodInfo 1566 core/Traits.cpp NativeMethodInfo compiledMethodInfo;
NativeMethodInfo 163 core/avmplus.h struct NativeMethodInfo;