• Home
  • Raw
  • Download

Lines Matching refs:receiver

85                                     mirror::Object** receiver,  in ReflectionTestMakeExecutable()  argument
115 *receiver = nullptr; in ReflectionTestMakeExecutable()
122 *receiver = c->AllocObject(self); in ReflectionTestMakeExecutable()
134 mirror::Object* receiver; in InvokeNopMethod() local
135 ReflectionTestMakeExecutable(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
136 InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), nullptr); in InvokeNopMethod()
142 mirror::Object* receiver; in InvokeIdentityByteMethod() local
143 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
147 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
151 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
155 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
159 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityByteMethod()
166 mirror::Object* receiver; in InvokeIdentityIntMethod() local
167 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
171 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
175 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
179 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
183 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityIntMethod()
190 mirror::Object* receiver; in InvokeIdentityDoubleMethod() local
191 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
195 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod()
199 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod()
203 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod()
207 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod()
214 mirror::Object* receiver; in InvokeSumIntIntMethod() local
215 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
220 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntMethod()
225 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntMethod()
230 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntMethod()
235 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntMethod()
242 mirror::Object* receiver; in InvokeSumIntIntIntMethod() local
243 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
249 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntMethod()
255 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntMethod()
261 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntMethod()
267 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntMethod()
273 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntMethod()
280 mirror::Object* receiver; in InvokeSumIntIntIntIntMethod() local
281 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
288 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntMethod()
295 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntMethod()
302 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntMethod()
309 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntMethod()
316 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntMethod()
323 mirror::Object* receiver; in InvokeSumIntIntIntIntIntMethod() local
324 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
332 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntIntMethod()
340 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntIntMethod()
348 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntIntMethod()
356 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntIntMethod()
364 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumIntIntIntIntIntMethod()
371 mirror::Object* receiver; in InvokeSumDoubleDoubleMethod() local
372 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
377 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleMethod()
382 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleMethod()
387 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleMethod()
392 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleMethod()
397 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleMethod()
404 mirror::Object* receiver; in InvokeSumDoubleDoubleDoubleMethod() local
405 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
411 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleMethod()
417 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleMethod()
423 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleMethod()
430 mirror::Object* receiver; in InvokeSumDoubleDoubleDoubleDoubleMethod() local
431 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
438 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleDoubleMethod()
445 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleDoubleMethod()
452 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleDoubleMethod()
459 mirror::Object* receiver; in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod() local
460 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()
468 JValue result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()
476 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()
484 result = InvokeWithJValues(soa, receiver, soa.EncodeMethod(method), args); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()