org.jikesrvm.ia32
Class DynamicLinkerHelper
java.lang.Object
org.jikesrvm.ia32.DynamicLinkerHelper
- Direct Known Subclasses:
- ArchitectureSpecific.DynamicLinkerHelper
public abstract class DynamicLinkerHelper
- extends Object
Machine specific helper functions for dynamic linking.
Method Summary |
static Object |
getReceiverObject()
Reach up two stack frames into a frame that is compiled
with the DynamicBridge register protocol and grap
the receiver object of the invoke (ie the first param). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicLinkerHelper
public DynamicLinkerHelper()
getReceiverObject
public static Object getReceiverObject()
- Reach up two stack frames into a frame that is compiled
with the DynamicBridge register protocol and grap
the receiver object of the invoke (ie the first param).
NOTE: assumes that caller has disabled GC.