Lines Matching +defs:val +defs:name
28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()