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

12

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcstubs_emx.cpp51 PrepareAndDispatch( nsXPTCStubBase *self, PRUint32 methodIndex, function
131 register void* method = PrepareAndDispatch; \
139 "call *%%edx" /* PrepareAndDispatch */ \
H A Dxptcstubs_gcc_x86_os2.cpp51 PrepareAndDispatch(uint32 methodIndex, nsXPTCStubBase* self, PRUint32* args) function
163 "jmp " SYMBOL_UNDERSCORE "PrepareAndDispatch\n\t"
H A Dxptcstubs_os2.cpp57 PrepareAndDispatch( nsXPTCStubBase *self, PRUint32 methodIndex, function
61 PrepareAndDispatch( nsXPTCStubBase *self, PRUint32 methodIndex,
168 register nsresult (*method) (nsXPTCStubBase *, PRUint32, PRUint32 *) = PrepareAndDispatch; \
177 "call *%%edx\n\t" /* PrepareAndDispatch */ \
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_arm.cpp48 static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch");
51 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) function
142 * - setup r2 (PrepareAndDispatch's args pointer) to point at
145 * - Set r1 (PrepareAndDispatch's methodindex argument) from ip
147 * - Call PrepareAndDispatch
H A Dxptcstubs_arm_netbsd.cpp43 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) function
119 * PrepareAndDispatch() to do the dirty work.
H A Dxptcstubs_linux_alpha.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args)
46 __asm__("PrepareAndDispatch") __attribute__((unused));
49 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) function
140 * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is
160 * to floats in PrepareAndDispatch if necessary.
174 * Call PrepareAndDispatch function.
178 "bsr $26,$PrepareAndDispatch..ng\n\t"
H A Dxptcstubs_linux_m68k.cpp44 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, uint32* args) function
130 "jbsr PrepareAndDispatch\n\t" \
H A Dxptcstubs_mips.cpp49 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, PRUint32* args) function
H A Dxptcstubs_netbsd_m68k.cpp48 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, uint32* args) function
H A Dxptcstubs_openvms_alpha.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) function
H A Dxptcstubs_osf1_alpha.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) function
136 * Sets arguments to registers and calls PrepareAndDispatch.
H A Dxptcstubs_sparcv9_solaris.cpp47 PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args) function
H A Dxptcstubs_x86_solaris.cpp45 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) function
110 register nsresult (*method) (nsXPTCStubBase *, uint32, PRUint32 *) = PrepareAndDispatch; \
119 "call *%%edx\n\t" /* PrepareAndDispatch */ \
140 "\n\t call __1cSPrepareAndDispatch6FpnOnsXPTCStubBase_IpI_I_\t / PrepareAndDispatch" \
H A Dxptcstubs_amd64_darwin.cpp53 // PrepareAndDispatch() is called by SharedStub() and calls the actual method.
63 PrepareAndDispatch(nsXPTCStubBase * self, PRUint32 methodIndex, function
H A Dxptcstubs_gcc_x86_unix.cpp49 PrepareAndDispatch(uint32 methodIndex, nsXPTCStubBase* self, PRUint32* args) function
123 (uint32, nsXPTCStubBase *, PRUint32*) = PrepareAndDispatch;
124 // dummy2 references PrepareAndDispatch, now "use" it
182 "jmp " SYMBOL_UNDERSCORE "PrepareAndDispatch\n\t"
H A Dxptcstubs_ipf32.cpp51 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, function
H A Dxptcstubs_ipf64.cpp52 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, function
H A Dxptcstubs_irix.cpp57 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, PRUint64* args, function
H A Dxptcstubs_linux_s390.cpp44 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, function
209 return PrepareAndDispatch(this, n, a_gpr, a_fpr, a_ov); \
H A Dxptcstubs_linux_s390x.cpp44 PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, function
213 return PrepareAndDispatch(this, n, a_gpr, a_fpr, a_ov); \
H A Dxptcstubs_pa32.cpp49 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, function
H A Dxptcstubs_ppc_aix.cpp51 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, PRUint32* args, PRUint32 *gprData, double *fprData) function
H A Dxptcstubs_ppc_aix64.cpp50 PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args, PRUint64 *gprData, double *fprData) function
H A Dxptcstubs_ppc_linux.cpp56 // PrepareAndDispatch() is called by SharedStub() and calls the actual method.
66 PrepareAndDispatch(nsXPTCStubBase* self, function
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/
H A Dxptcstubs_mac.cpp53 PrepareAndDispatch(nsXPTCStubBase* self, PRUint32 methodIndex, PRUint32* args, PRUint32 *gprData, double *fprData) function

Completed in 177 milliseconds

12