Home
last modified time | relevance | path

Searched refs:UpdateReference (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dreflection.h120 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result)
Dreflection.cc488 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeWithVarArgs()
519 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeWithJValues()
551 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeVirtualOrInterfaceWithJValues()
583 UpdateReference(soa.Self(), obj, result.GetL()); in InvokeVirtualOrInterfaceWithVarArgs()
931 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result) { in UpdateReference() function