Lines Matching defs:m
152 Method m = c.getMethod("newInt", Integer.TYPE, Integer.TYPE, Integer.TYPE); in testSmaliFilledNewArray() local
162 Method m = c.getMethod("newRef", Object.class, Object.class); in testSmaliFilledNewArray() local
171 Method m = c.getMethod("newArray", int[].class, int[].class); in testSmaliFilledNewArray() local
180 Method m = c.getMethod("newIntRange", Integer.TYPE, Integer.TYPE, Integer.TYPE); in testSmaliFilledNewArray() local
190 Method m = c.getMethod("newRefRange", Object.class, Object.class); in testSmaliFilledNewArray() local
199 Method m = c.getMethod("newArrayRange", int[].class, int[].class); in testSmaliFilledNewArray() local
223 Method m = c.getMethod("intArray", int[].class); in testSmaliFillArrayData() local
262 Method m = c.getMethod("shortArray", short[].class); in testSmaliFillArrayData() local
301 Method m = c.getMethod("longArray", long[].class); in testSmaliFillArrayData() local
340 Method m = c.getMethod("charArray", char[].class); in testSmaliFillArrayData() local
379 Method m = c.getMethod("byteArray", byte[].class); in testSmaliFillArrayData() local
418 Method m = c.getMethod("booleanArray", boolean[].class); in testSmaliFillArrayData() local