Searched defs:PrepareAndDispatch (Results 26 - 35 of 35) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_ppc_netbsd.cpp56 // PrepareAndDispatch() is called by SharedStub() and calls the actual method.
66 PrepareAndDispatch(nsXPTCStubBase* self, function
H A Dxptcstubs_ppc_rhapsody.cpp49 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, PRUint32* args, PRUint32 *gprData, double *fprData) function
54 // fprintf(stderr, "PrepareAndDispatch %p, %d, %p, %p, %p\n", self, methodIndex, args, gprData, fprData);
H A Dxptcstubs_sparc_netbsd.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, uint32* args) function
H A Dxptcstubs_sparc_solaris.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, uint32* args) function
H A Dxptcstubs_unixish_x86.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) function
146 register nsresult (*method) (nsXPTCStubBase *, uint32, PRUint32 *) = PrepareAndDispatch; \
158 "call *%%edx\n\t" /* PrepareAndDispatch */ \
H A Dxptcstubs_x86_64_linux.cpp53 // PrepareAndDispatch() is called by SharedStub() and calls the actual method.
63 PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex, function
226 "call PrepareAndDispatch@plt\n\t"
H A Dxptcstubs_x86_64_solaris.cpp54 // PrepareAndDispatch() is called by SharedStub() and calls the actual method.
64 PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex, function
250 "call PrepareAndDispatch@plt\n\t"
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/
H A Dxptcstubs.cpp49 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, function
146 call PrepareAndDispatch
175 result = PrepareAndDispatch(obj, n, args, &stackBytesToPop); \
H A Dxptcstubs_alpha.cpp55 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, PRUint64* args, function
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp78 PrepareAndDispatch(baz* self, PRUint32 methodIndex, function
81 fprintf(stdout, "PrepareAndDispatch (%p, %d, %p)\n",
112 call PrepareAndDispatch
141 result = PrepareAndDispatch(obj, n, args,&stackBytesToPop); \
154 PrepareAndDispatch(baz* self, PRUint32 methodIndex, PRUint32* args) function
171 register void* method = PrepareAndDispatch; \
179 "call *%%edx" /* PrepareAndDispatch */ \

Completed in 68 milliseconds

12