getMethod 58 core/AbcEnv-inlines.h REALLY_INLINE MethodEnv* AbcEnv::getMethod(uint32_t i) const getMethod 59 core/AbcEnv.h MethodEnv* getMethod(uint32_t i) const; getMethod 4347 core/AvmCore.cpp enqFunction(td->getMethod(i)); getMethod 2487 core/CodegenLIR.cpp MethodInfo *f = basetd->getMethod(disp_id); getMethod 2523 core/CodegenLIR.cpp MethodInfo *f = basetd->getMethod(disp_id); getMethod 2551 core/CodegenLIR.cpp MethodInfo* m = basetd->getMethod(disp_id); getMethod 2607 core/CodegenLIR.cpp MethodInfo *f = objtd->getMethod(disp_id); getMethod 2641 core/CodegenLIR.cpp MethodInfo *f = objtd->getMethod(disp_id); getMethod 2415 core/Interpreter.cpp f = env->abcEnv()->getMethod((uint32_t)u1); getMethod 91 core/Traits-inlines.h REALLY_INLINE MethodInfo* TraitsBindings::getMethod(uint32_t i) const getMethod 336 core/Traits.cpp MethodInfo* virt = ifcd->getMethod(AvmCore::bindingToMethodId(iBinding)); getMethod 337 core/Traits.cpp MethodInfo* over = this->getMethod(AvmCore::bindingToMethodId(cBinding)); getMethod 352 core/Traits.cpp MethodInfo* virt = ifcd->getMethod(AvmCore::bindingToGetterId(iBinding)); getMethod 353 core/Traits.cpp MethodInfo* over = this->getMethod(AvmCore::bindingToGetterId(cBinding)); getMethod 363 core/Traits.cpp MethodInfo* virt = ifcd->getMethod(AvmCore::bindingToSetterId(iBinding)); getMethod 364 core/Traits.cpp MethodInfo* over = this->getMethod(AvmCore::bindingToSetterId(cBinding)); getMethod 147 core/Traits.h MethodInfo* getMethod(uint32_t i) const; getMethod 343 core/TypeDescriber.cpp MethodInfo* mi = tb->getMethod(methodID); getMethod 372 core/TypeDescriber.cpp MethodInfo* mi = tb->getMethod(methodID); getMethod 152 core/VTable.cpp ifcd->getMethod(iDispID) : getMethod 165 core/VTable.cpp ifcd->getMethod(iDispID+1) : getMethod 380 core/VTable.cpp MethodInfo* method = td->getMethod(i); getMethod 382 core/VTable.cpp if (btd && i < btd->methodCount && method == btd->getMethod(i)) getMethod 434 core/VTable.cpp if (abcEnv->getMethod(method_id) == NULL) getMethod 463 core/VTable.cpp MethodInfo* method = td->getMethod(i); getMethod 465 core/VTable.cpp if (i < baseMethodCount && td->base && method == td->base->getMethod(i)) getMethod 863 core/Verifier.cpp MethodInfo *f = objtd->getMethod(disp_id); getMethod 1100 core/Verifier.cpp if ( ! abc_env->getMethod(imm30) ) getMethod 1260 core/Verifier.cpp MethodInfo* m = basetd->getMethod(disp_id); getMethod 1299 core/Verifier.cpp MethodInfo *f = basetd->getMethod(disp_id); getMethod 1958 core/Verifier.cpp MethodInfo* m = tb->getMethod(disp_id); getMethod 2180 core/Verifier.cpp MethodInfo *f = objtd->getMethod(disp_id); getMethod 2423 core/Verifier.cpp MethodInfo *f = traits->getTraitsBindings()->getMethod(m); getMethod 2486 core/Verifier.cpp MethodInfo* m = td->getMethod(disp_id); getMethod 2725 core/Verifier.cpp MethodInfo* newf = math->getMethod(disp_id); getMethod 2749 core/Verifier.cpp MethodInfo* newf = str->getMethod(disp_id); getMethod 270 utils/abcasm/src/abcasm/AbcEmitter.java MethodInfo signature = core.getMethod(f.methodId);