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

/art/runtime/gc/space/
H A Dlarge_object_space.h132 class LargeObjectMapSpace : public LargeObjectSpace { class in namespace:art::gc::space
136 static LargeObjectMapSpace* Create(const std::string& name);
154 explicit LargeObjectMapSpace(const std::string& name);
155 virtual ~LargeObjectMapSpace() {}
H A Dlarge_object_space.cc42 class MemoryToolLargeObjectMapSpace FINAL : public LargeObjectMapSpace {
44 explicit MemoryToolLargeObjectMapSpace(const std::string& name) : LargeObjectMapSpace(name) {
60 LargeObjectMapSpace::Alloc(self, num_bytes + kMemoryToolRedZoneBytes * 2, bytes_allocated,
75 return LargeObjectMapSpace::AllocationSize(ObjectWithRedzone(obj), usable_size);
79 return LargeObjectMapSpace::IsZygoteLargeObject(self, ObjectWithRedzone(obj));
85 return LargeObjectMapSpace::Free(self, object_with_rdz);
89 return LargeObjectMapSpace::Contains(ObjectWithRedzone(obj));
125 LargeObjectMapSpace::LargeObjectMapSpace(const std::string& name) function in class:art::gc::space::LargeObjectMapSpace
129 LargeObjectMapSpace* LargeObjectMapSpac
[all...]

Completed in 66 milliseconds