Lines Matching defs:is_static

86                                     bool is_static, const char* method_name,
89 const char* class_name = is_static ? "StaticLeafMethods" : "NonStaticLeafMethods";
96 if (is_static) {
110 *method = is_static ? c->FindDirectMethod(method_name, method_signature)
114 if (is_static) {
131 void InvokeNopMethod(bool is_static) {
135 ReflectionTestMakeExecutable(&method, &receiver, is_static, "nop", "()V");
139 void InvokeIdentityByteMethod(bool is_static) {
143 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B");
163 void InvokeIdentityIntMethod(bool is_static) {
167 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(I)I");
187 void InvokeIdentityDoubleMethod(bool is_static) {
191 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(D)D");
211 void InvokeSumIntIntMethod(bool is_static) {
215 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(II)I");
239 void InvokeSumIntIntIntMethod(bool is_static) {
243 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(III)I");
277 void InvokeSumIntIntIntIntMethod(bool is_static) {
281 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIII)I");
320 void InvokeSumIntIntIntIntIntMethod(bool is_static) {
324 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIIII)I");
368 void InvokeSumDoubleDoubleMethod(bool is_static) {
372 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DD)D");
401 void InvokeSumDoubleDoubleDoubleMethod(bool is_static) {
405 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDD)D");
427 void InvokeSumDoubleDoubleDoubleDoubleMethod(bool is_static) {
431 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDD)D");
456 void InvokeSumDoubleDoubleDoubleDoubleDoubleMethod(bool is_static) {
460 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDDD)D");