Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc57 mirror::Object* object_with_rdz = reinterpret_cast<mirror::Object*>( in AllocationSize() local
59 return LargeObjectMapSpace::AllocationSize(object_with_rdz, usable_size); in AllocationSize()
63 mirror::Object* object_with_rdz = reinterpret_cast<mirror::Object*>( in Free() local
65 VALGRIND_MAKE_MEM_UNDEFINED(object_with_rdz, AllocationSize(obj, nullptr)); in Free()
66 return LargeObjectMapSpace::Free(self, object_with_rdz); in Free()
70 mirror::Object* object_with_rdz = reinterpret_cast<mirror::Object*>( in Contains() local
72 return LargeObjectMapSpace::Contains(object_with_rdz); in Contains()