Uses of Class
kilim.analysis.Value
Packages that use Value
-
Uses of Value in kilim.analysis
Fields in kilim.analysis declared as ValueModifier and TypeFieldDescription(package private) Value[]Frame.locals(package private) Value[]Frame.stackstatic ValueValue.V_UNDEFINED(package private) ValueValInfo.valThe value to hold.Methods in kilim.analysis that return ValueModifier and TypeMethodDescriptionstatic Value[]Frame.getLocal(int local) Frame.getLocal(int local, int opcode) Frame.getStack(int pos) static Valuecreate a new Value with the given position and type and no constant valuestatic Valuecreate a new ValueProduces a new value (if necessary), if the instructions are different or the types are different.Frame.pop()Frame.popWord()Methods in kilim.analysis with parameters of type ValueModifier and TypeMethodDescriptionprivate voidWe have loaded a value of one of the five VM types into the stack and we need to cast it to the value's type, if necessarybooleanstatic Value[]intprivate voidCallWeaver.loadConstant(org.objectweb.asm.MethodVisitor mv, Value v) Produces a new value (if necessary), if the instructions are different or the types are different.private intValue.mergeSites(int[] newSites, Value other) intConstructors in kilim.analysis with parameters of type Value