Lines Matching full:is_static
90 bool is_static,
94 const char* class_name = is_static ? "StaticLeafMethods" : "NonStaticLeafMethods";
101 if (!is_static) {
114 CHECK_EQ(is_static, (*method)->IsStatic());
116 if (is_static) {
136 void InvokeNopMethod(bool is_static) {
140 ReflectionTestMakeExecutable(&method, &receiver, is_static, "nop", "()V");
145 void InvokeIdentityByteMethod(bool is_static) {
149 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B");
171 void InvokeIdentityIntMethod(bool is_static) {
175 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(I)I");
196 void InvokeIdentityDoubleMethod(bool is_static) {
200 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(D)D");
221 void InvokeSumIntIntMethod(bool is_static) {
225 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(II)I");
250 void InvokeSumIntIntIntMethod(bool is_static) {
254 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(III)I");
289 void InvokeSumIntIntIntIntMethod(bool is_static) {
293 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIII)I");
333 void InvokeSumIntIntIntIntIntMethod(bool is_static) {
337 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIIII)I");
382 void InvokeSumDoubleDoubleMethod(bool is_static) {
386 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DD)D");
416 void InvokeSumDoubleDoubleDoubleMethod(bool is_static) {
420 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDD)D");
443 void InvokeSumDoubleDoubleDoubleDoubleMethod(bool is_static) {
447 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDD)D");
473 void InvokeSumDoubleDoubleDoubleDoubleDoubleMethod(bool is_static) {
477 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDDD)D");