Uses of Class
edu.rice.cs.cunit.classFile.code.instructions.ReferenceInstruction

Packages that use ReferenceInstruction
edu.rice.cs.cunit.instrumentors   
 

Uses of ReferenceInstruction in edu.rice.cs.cunit.instrumentors
 

Fields in edu.rice.cs.cunit.instrumentors declared as ReferenceInstruction
private  ReferenceInstruction MarkerInlineStrategy._getOldThreadFieldInstr
          getfield java/lang/Thread.$$$oldThread$$$ instruction.
private  ReferenceInstruction MarkerInlineStrategy._invokeCurrentThreadInstr
          invokestatic java/lang/Thread.currentThread()Ljava/lang/Thread; instruction
private  ReferenceInstruction MarkerInlineStrategy._putOldThreadFieldInstr
          putfield java/lang/Thread.$$$oldThread$$$ instruction.