Searched refs:UpdateGlobal (Results 1 – 3 of 3) sorted by relevance
169 void UpdateGlobal(Thread* self, IndirectRef ref, ObjPtr<mirror::Object> result)
797 void JavaVMExt::UpdateGlobal(Thread* self, IndirectRef ref, ObjPtr<mirror::Object> result) { in UpdateGlobal() function in art::JavaVMExt
1073 self->GetJniEnv()->GetVm()->UpdateGlobal(self, ref, result); in UpdateReference()