Searched refs:object_with_rdz (Results 1 – 1 of 1) sorted by relevance
75 mirror::Object* object_with_rdz = ObjectWithRedzone(obj); in Free() local76 VALGRIND_MAKE_MEM_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()77 return LargeObjectMapSpace::Free(self, object_with_rdz); in Free()