• Home
  • Raw
  • Download

Lines Matching refs:v3

47   AllInstructions(int v0, float v1, long v2, double v3, Object v4) {}  in AllInstructions()  argument
56 int v0, int v1, int v2, int v3, int v4, int v5, int v6, int v7, int v8) { in intInstructions() argument
60 boolean b3 = v3 >= 3; in intInstructions()
66 v3 = b3 ? (v0 & 1000000) : (v0 | 1000000); in intInstructions()
68 v5 = b5 ? (v2 >> v3) : (v2 >>> v3); in intInstructions()
72 v2 = v1 > 0 ? v2 : v3; in intInstructions()
73 v3 = v2 <= 0 ? v3 : v4; in intInstructions()
74 v4 = v3 >= 0 ? v4 : v5; in intInstructions()
77 return v0 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8; in intInstructions()
81 long v0, long v1, long v2, long v3, long v4, long v5, long v6, long v7, long v8) {
85 boolean b3 = v3 >= 3L;
91 v3 = b3 ? (v0 & 1000000L) : (v0 | 1000000L);
93 v5 = b5 ? (v2 >> v3) : (v2 >>> v3);
96 return v0 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8;
100 float v0, float v1, float v2, float v3, float v4, float v5, float v6, float v7, float v8) {
104 boolean b3 = v3 >= 3f;
110 v3 = b3 ? -v3 : v3;
116 return v0 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8;
123 double v3,
132 boolean b3 = v3 >= 3d;
138 v3 = b3 ? -v3 : v3;
143 return v0 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8;
147 byte v3 = (byte) v0;
150 long v6 = (long) v3;
156 return v0 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8;
160 byte v3 = (byte) v0;
163 long v6 = (long) v3;
169 return (float) (v0 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8);
172 public static Object objectInstructions(Object v0, Object v1, Object v2, Object v3, Object v4) {
176 boolean b3 = v3 != null;
181 v3 = b3 ? v3 : v2;
182 v4 = b4 ? new Integer(((String) v4).length()) : v3;
187 byte[] v0, char[] v1, short[] v2, int[] v3, long[] v4, float[] v5, double[] v6, Object[] v7) {
191 v3[1] = v3[0];