Lines Matching refs:is_static
91 bool is_static, in ReflectionTestMakeInterpreted() argument
95 const char* class_name = is_static ? "StaticLeafMethods" : "NonStaticLeafMethods"; in ReflectionTestMakeInterpreted()
102 if (!is_static) { in ReflectionTestMakeInterpreted()
115 CHECK_EQ(is_static, (*method)->IsStatic()); in ReflectionTestMakeInterpreted()
117 if (is_static) { in ReflectionTestMakeInterpreted()
137 void InvokeNopMethod(bool is_static) { in InvokeNopMethod() argument
141 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
146 void InvokeIdentityByteMethod(bool is_static) { in InvokeIdentityByteMethod() argument
150 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
172 void InvokeIdentityIntMethod(bool is_static) { in InvokeIdentityIntMethod() argument
176 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
197 void InvokeIdentityDoubleMethod(bool is_static) { in InvokeIdentityDoubleMethod() argument
201 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
222 void InvokeSumIntIntMethod(bool is_static) { in InvokeSumIntIntMethod() argument
226 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
251 void InvokeSumIntIntIntMethod(bool is_static) { in InvokeSumIntIntIntMethod() argument
255 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
290 void InvokeSumIntIntIntIntMethod(bool is_static) { in InvokeSumIntIntIntIntMethod() argument
294 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
334 void InvokeSumIntIntIntIntIntMethod(bool is_static) { in InvokeSumIntIntIntIntIntMethod() argument
338 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
383 void InvokeSumDoubleDoubleMethod(bool is_static) { in InvokeSumDoubleDoubleMethod() argument
387 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
417 void InvokeSumDoubleDoubleDoubleMethod(bool is_static) { in InvokeSumDoubleDoubleDoubleMethod() argument
421 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
444 void InvokeSumDoubleDoubleDoubleDoubleMethod(bool is_static) { in InvokeSumDoubleDoubleDoubleDoubleMethod() argument
448 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
474 void InvokeSumDoubleDoubleDoubleDoubleDoubleMethod(bool is_static) { in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod() argument
478 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()