• Home
  • Raw
  • Download

Lines Matching refs:receiver

88                                     ObjPtr<mirror::Object>* receiver,  in ReflectionTestMakeExecutable()  argument
116 *receiver = nullptr; in ReflectionTestMakeExecutable()
125 *receiver = c->AllocObject(self); in ReflectionTestMakeExecutable()
129 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver)); in ReflectionTestMakeExecutable()
138 ObjPtr<mirror::Object> receiver; in InvokeNopMethod() local
139 ReflectionTestMakeExecutable(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
140 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeNopMethod()
147 ObjPtr<mirror::Object> receiver; in InvokeIdentityByteMethod() local
148 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
149 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityByteMethod()
173 ObjPtr<mirror::Object> receiver; in InvokeIdentityIntMethod() local
174 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
175 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityIntMethod()
198 ObjPtr<mirror::Object> receiver; in InvokeIdentityDoubleMethod() local
199 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
200 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityDoubleMethod()
223 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntMethod() local
224 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
225 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntMethod()
252 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntMethod() local
253 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
254 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntMethod()
291 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntMethod() local
292 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
293 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntIntMethod()
335 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntIntMethod() local
336 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
337 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntIntIntMethod()
384 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleMethod() local
385 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
386 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleMethod()
418 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleDoubleMethod() local
419 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
420 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleMethod()
445 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleDoubleDoubleMethod() local
446 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
447 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleDoubleMethod()
475 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod() local
476 ReflectionTestMakeExecutable(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()
477 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()