Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.h69 enum SpaceType { enum
77 std::ostream& operator<<(std::ostream& os, const SpaceType& space_type);
99 virtual SpaceType GetType() const = 0;
109 SpaceType type = GetType(); in IsMallocSpace()
Dzygote_space.h40 SpaceType GetType() const OVERRIDE { in GetType()
Dimage_space.h35 SpaceType GetType() const { in GetType()
Dmalloc_space.h51 SpaceType GetType() const { in GetType()
Dbump_pointer_space.h42 SpaceType GetType() const OVERRIDE { in GetType()
Dlarge_object_space.h43 SpaceType GetType() const OVERRIDE { in GetType()
Dregion_space.h39 SpaceType GetType() const OVERRIDE { in GetType()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc173 space::SpaceType GetType() const OVERRIDE { in GetType()