Searched refs:UpdateGlobal (Results 1 – 3 of 3) sorted by relevance
173 void UpdateGlobal(Thread* self, IndirectRef ref, ObjPtr<mirror::Object> result)
840 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()