< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/RegisterValue.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code; ! import jdk.vm.ci.meta.*; /** * Denotes a register that stores a value of a fixed kind. There is exactly one (canonical) instance * of {@link RegisterValue} for each ({@link Register}, {@link JavaKind}) pair. Use * {@link Register#asValue(LIRKind)} to retrieve the canonical {@link RegisterValue} instance for a --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code; ! import jdk.vm.ci.meta.AllocatableValue; ! import jdk.vm.ci.meta.JavaKind; ! import jdk.vm.ci.meta.LIRKind; /** * Denotes a register that stores a value of a fixed kind. There is exactly one (canonical) instance * of {@link RegisterValue} for each ({@link Register}, {@link JavaKind}) pair. Use * {@link Register#asValue(LIRKind)} to retrieve the canonical {@link RegisterValue} instance for a
< prev index next >