Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc73 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size); in AllocationSize()
77 return LargeObjectMapSpace::IsZygoteLargeObject(self, ObjectWithRedzone(obj)); in IsZygoteLargeObject()
81 mirror::Object* object_with_rdz = ObjectWithRedzone(obj); in Free()
87 return LargeObjectMapSpace::Contains(ObjectWithRedzone(obj)); in Contains()
91 static const mirror::Object* ObjectWithRedzone(const mirror::Object* obj) { in ObjectWithRedzone() function in art::gc::space::MemoryToolLargeObjectMapSpace
96 static mirror::Object* ObjectWithRedzone(mirror::Object* obj) { in ObjectWithRedzone() function in art::gc::space::MemoryToolLargeObjectMapSpace