Lines Matching refs:ReflectionTestMakeInterpreted

89   void ReflectionTestMakeInterpreted(ArtMethod** method,  in ReflectionTestMakeInterpreted()  function in art::ReflectionTest
141 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
150 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
176 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
201 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
226 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
255 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
294 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
338 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
387 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
421 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
448 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
478 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()