Lines Matching refs:ReflectionTestMakeExecutable

84   void ReflectionTestMakeExecutable(mirror::ArtMethod** method,  in ReflectionTestMakeExecutable()  function in art::ReflectionTest
135 ReflectionTestMakeExecutable(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
143 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
167 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
191 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
215 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
243 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
281 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
324 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
372 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
405 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
431 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
460 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()