Lines Matching refs:receiver
90 ObjPtr<mirror::Object>* receiver, in ReflectionTestMakeInterpreted() argument
118 *receiver = nullptr; in ReflectionTestMakeInterpreted()
127 *receiver = c->AllocObject(self); in ReflectionTestMakeInterpreted()
131 HandleWrapperObjPtr<mirror::Object> h(hs.NewHandleWrapper(receiver)); in ReflectionTestMakeInterpreted()
140 ObjPtr<mirror::Object> receiver; in InvokeNopMethod() local
141 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
142 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeNopMethod()
149 ObjPtr<mirror::Object> receiver; in InvokeIdentityByteMethod() local
150 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
151 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityByteMethod()
175 ObjPtr<mirror::Object> receiver; in InvokeIdentityIntMethod() local
176 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
177 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityIntMethod()
200 ObjPtr<mirror::Object> receiver; in InvokeIdentityDoubleMethod() local
201 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
202 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeIdentityDoubleMethod()
225 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntMethod() local
226 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
227 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntMethod()
254 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntMethod() local
255 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
256 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntMethod()
293 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntMethod() local
294 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
295 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntIntMethod()
337 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntIntMethod() local
338 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
339 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumIntIntIntIntIntMethod()
386 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleMethod() local
387 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
388 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleMethod()
420 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleDoubleMethod() local
421 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDD)D"); in InvokeSumDoubleDoubleDoubleMethod()
422 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleMethod()
447 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleDoubleDoubleMethod() local
448 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleMethod()
449 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleDoubleMethod()
477 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod() local
478 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DDDDD)D"); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()
479 ScopedLocalRef<jobject> receiver_ref(soa.Env(), soa.AddLocalReference<jobject>(receiver)); in InvokeSumDoubleDoubleDoubleDoubleDoubleMethod()