Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.h140 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result)
Dreflection.cc544 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