Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc70 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size); in AllocationSize()
74 return LargeObjectMapSpace::IsZygoteLargeObject(self, ObjectWithRedzone(obj)); in IsZygoteLargeObject()
78 mirror::Object* object_with_rdz = ObjectWithRedzone(obj); in Free()
84 return LargeObjectMapSpace::Contains(ObjectWithRedzone(obj)); in Contains()
88 static const mirror::Object* ObjectWithRedzone(const mirror::Object* obj) { in ObjectWithRedzone() function in art::gc::space::FINAL
93 static mirror::Object* ObjectWithRedzone(mirror::Object* obj) { in ObjectWithRedzone() function in art::gc::space::FINAL