Searched refs:UpdateReference (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | reflection.h | 140 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result)
|
D | reflection.cc | 544 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeWithVarArgs() 585 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeWithJValues() 628 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeVirtualOrInterfaceWithJValues() 672 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeVirtualOrInterfaceWithVarArgs() 1043 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result) { in UpdateReference() function
|