Home | History | Annotate | Download | only in runtime

Lines Matching refs:JValue

144     jvalue args[1];
147 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
168 jvalue args[1];
171 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
192 jvalue args[1];
195 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
216 jvalue args[2];
220 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
244 jvalue args[3];
249 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
282 jvalue args[4];
288 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
325 jvalue args[5];
332 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
373 jvalue args[2];
377 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
406 jvalue args[3];
411 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
432 jvalue args[4];
438 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
461 jvalue args[5];
468 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args);
515 jvalue args[1];