| 292 | */ |
| 293 | |
| 294 | void VMethodInterposeLinkBase::set_chain(void *chain) |
| 295 | { |
| 296 | saved_chain = chain; |
| 297 | addr_to_method_pointer_(chain_mptr, chain); |
| 298 | } |
| 299 | |
| 300 | VMethodInterposeLinkBase::VMethodInterposeLinkBase(const virtual_identity *host, int vmethod_idx, void *interpose_method, void *chain_mptr, int priority, const char *name) |
| 301 | : host(host), vmethod_idx(vmethod_idx), interpose_method(interpose_method), |