Uses of Class
org.jruby.ir.dataflow.analyses.UnboxableOpsAnalysisNode.UnboxState
Packages that use UnboxableOpsAnalysisNode.UnboxState
-
Uses of UnboxableOpsAnalysisNode.UnboxState in org.jruby.ir.dataflow.analyses
Fields in org.jruby.ir.dataflow.analyses declared as UnboxableOpsAnalysisNode.UnboxStateModifier and TypeFieldDescription(package private) UnboxableOpsAnalysisNode.UnboxStateUnboxableOpsAnalysisNode.inState(package private) UnboxableOpsAnalysisNode.UnboxStateUnboxableOpsAnalysisNode.outState(package private) UnboxableOpsAnalysisNode.UnboxStateUnboxableOpsAnalysisNode.tmpStateMethods in org.jruby.ir.dataflow.analyses with parameters of type UnboxableOpsAnalysisNode.UnboxStateModifier and TypeMethodDescriptionprivate voidUnboxableOpsAnalysisNode.boxRequiredVars(Instr i, UnboxableOpsAnalysisNode.UnboxState state, Map<Variable, TemporaryLocalVariable> unboxMap, Variable dst, boolean hasRescuer, boolean isDFBarrier, List<Instr> newInstrs) voidUnboxableOpsAnalysisNode.boxVar(UnboxableOpsAnalysisNode.UnboxState state, Class reqdType, Map<Variable, TemporaryLocalVariable> unboxMap, Variable v, List<Instr> newInstrs) voidUnboxableOpsAnalysisNode.UnboxState.computeMEET(UnboxableOpsAnalysisNode.UnboxState other) voidUnboxableOpsAnalysisNode.UnboxState.computeMEETForTypes(UnboxableOpsAnalysisNode.UnboxState other, boolean localVarsOnly) voidUnboxableOpsAnalysisNode.UnboxState.computeMEETForUnboxedVars(UnboxableOpsAnalysisNode.UnboxState other) booleanUnboxableOpsAnalysisNode.UnboxState.equals(UnboxableOpsAnalysisNode.UnboxState other) private ClassUnboxableOpsAnalysisNode.getOperandType(UnboxableOpsAnalysisNode.UnboxState state, Operand o) private OperandUnboxableOpsAnalysisNode.getUnboxedOperand(UnboxableOpsAnalysisNode.UnboxState state, Map<Variable, TemporaryLocalVariable> unboxMap, Operand arg) private voidUnboxableOpsAnalysisNode.setOperandType(UnboxableOpsAnalysisNode.UnboxState state, Variable v, Class newType) private OperandUnboxableOpsAnalysisNode.unboxOperand(UnboxableOpsAnalysisNode.UnboxState state, Class reqdType, Map<Variable, TemporaryLocalVariable> unboxMap, Operand arg, List<Instr> newInstrs) voidUnboxableOpsAnalysisNode.unboxVar(UnboxableOpsAnalysisNode.UnboxState state, Class reqdType, Map<Variable, TemporaryLocalVariable> unboxMap, Variable v, List<Instr> newInstrs) private voidUnboxableOpsAnalysisNode.updateUnboxedVarsInfoForBoxedInstr(Instr i, UnboxableOpsAnalysisNode.UnboxState state, Variable dst, boolean hasRescuer, boolean isDFBarrier) Constructors in org.jruby.ir.dataflow.analyses with parameters of type UnboxableOpsAnalysisNode.UnboxState