Package | Description |
---|---|
org.jikesrvm.compilers.common.assembler.ia32 | |
org.jikesrvm.scheduler |
Modifier and Type | Method and Description |
---|---|
protected void |
Assembler.setMachineCodes(int index,
byte data)
Set the given byte offset in the machine code array to the
given byte value.
|
Modifier and Type | Method and Description |
---|---|
protected static Lock |
ThinLock.attemptToInflate(Object o,
Offset lockOffset,
Lock l)
Promotes a light-weight lock to a heavy-weight lock.
|
static boolean |
ThinLock.holdsLock(Object o,
Offset lockOffset,
RVMThread thread) |
static void |
ThinLock.inlineLock(Object o,
Offset lockOffset) |
static void |
ThinLock.inlineUnlock(Object o,
Offset lockOffset) |
static void |
ThinLock.lock(Object o,
Offset lockOffset) |
static void |
ThinLock.unlock(Object o,
Offset lockOffset) |