• 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 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeNopMethod()
143 mirror::Object* receiver; in InvokeIdentityByteMethod() local
144 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
145 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityByteMethod()
168 mirror::Object* receiver; in InvokeIdentityIntMethod() local
169 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
170 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityIntMethod()
193 mirror::Object* receiver; in InvokeIdentityDoubleMethod() local
194 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
195 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityDoubleMethod()
218 mirror::Object* receiver; in InvokeSumIntIntMethod() local
219 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
220 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntMethod()
247 mirror::Object* receiver; in InvokeSumIntIntIntMethod() local
248 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
249 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntMethod()
286 mirror::Object* receiver; in InvokeSumIntIntIntIntMethod() local
287 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
288 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntIntMethod()
330 mirror::Object* receiver; in InvokeSumIntIntIntIntIntMethod() local
331 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
332 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntIntIntMethod()
379 mirror::Object* receiver; in InvokeSumDoubleDoubleMethod() local
380 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
381 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleMethod()
413 mirror::Object* receiver; in InvokeSumDoubleDoubleDoubleMethod() local
414 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
415 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleMethod()
440 mirror::Object* receiver; in InvokeSumDoubleDoubleDoubleDoubleMethod() local
441 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
442 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleDoubleMethod()
470 mirror::Object* receiver; in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod() local
471 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()
472 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()