Searched defs:vtable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_linux_s390.cpp207 PRUint32 *vtable = *(PRUint32 **)that; local
209 PRUint32 method = vtable[methodIndex];
211 PRUint32 method = vtable[methodIndex + 2];
H A Dxptcinvoke_linux_s390x.cpp201 PRUint64 *vtable = *(PRUint64 **)that; local
203 PRUint64 method = vtable[methodIndex];
205 PRUint64 method = vtable[methodIndex + 2];

Completed in 65 milliseconds