Uses of Class
org.vmmagic.pragma.NoNullCheck

Packages that use NoNullCheck
org.jikesrvm.compilers.common.assembler.ia32   
org.jikesrvm.scheduler   
 

Uses of NoNullCheck in org.jikesrvm.compilers.common.assembler.ia32
 

Methods in org.jikesrvm.compilers.common.assembler.ia32 with annotations of type NoNullCheck
protected  void Assembler.setMachineCodes(int index, byte data)
          Set the given byte offset in the machine code array to the given byte value.
 

Uses of NoNullCheck in org.jikesrvm.scheduler
 

Methods in org.jikesrvm.scheduler with annotations of type NoNullCheck
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)