abc_callmethod     36 lib/as3/opcodes.h code_t* abc_callmethod(code_t*prev, abc_method_t* m, int v);
abc_callmethod     37 lib/as3/opcodes.h #define callmethod(method,m,v) (method->code = abc_callmethod(method->code,m,v))