Searched refs:UpdateRefInAllocator (Results 1 – 4 of 4) sorted by relevance
50 void CommonUpdateRefsToMovedObjects(const UpdateRefInAllocator &update_allocator) override;
51 void GCLang<LanguageConfig>::CommonUpdateRefsToMovedObjects(const UpdateRefInAllocator &update_allo… in CommonUpdateRefsToMovedObjects()
142 using UpdateRefInAllocator = std::function<void(const UpdateRefInObject &)>; variable652 virtual void CommonUpdateRefsToMovedObjects(const UpdateRefInAllocator &update_allocator) = 0;
72 …void CommonUpdateRefsToMovedObjects([[maybe_unused]] const mem::UpdateRefInAllocator &update_alloc… in CommonUpdateRefsToMovedObjects()