Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc72 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size); in AllocationSize()
76 return LargeObjectMapSpace::IsZygoteLargeObject(self, ObjectWithRedzone(obj)); in IsZygoteLargeObject()
80 mirror::Object* object_with_rdz = ObjectWithRedzone(obj); in Free()
86 return LargeObjectMapSpace::Contains(ObjectWithRedzone(obj)); in Contains()
90 static const mirror::Object* ObjectWithRedzone(const mirror::Object* obj) { in ObjectWithRedzone() function in art::gc::space::MemoryToolLargeObjectMapSpace
95 static mirror::Object* ObjectWithRedzone(mirror::Object* obj) { in ObjectWithRedzone() function in art::gc::space::MemoryToolLargeObjectMapSpace