Searched defs:ObjectWithRedzone (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dlarge_object_space.cc75 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size);
79 return LargeObjectMapSpace::IsZygoteLargeObject(self, ObjectWithRedzone(obj));
83 mirror::Object* object_with_rdz = ObjectWithRedzone(obj);
89 return LargeObjectMapSpace::Contains(ObjectWithRedzone(obj));
93 static const mirror::Object* ObjectWithRedzone(const mirror::Object* obj) { function in class:art::gc::space::FINAL
98 static mirror::Object* ObjectWithRedzone(mirror::Object* obj) { function in class:art::gc::space::FINAL

Completed in 198 milliseconds