Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace.h70 enum SpaceType { enum
78 std::ostream& operator<<(std::ostream& os, const SpaceType& space_type);
100 virtual SpaceType GetType() const = 0;
110 SpaceType type = GetType(); in IsMallocSpace()
Dzygote_space.h40 SpaceType GetType() const OVERRIDE { in GetType()
Dimage_space.h34 SpaceType GetType() const { in GetType()
Dmalloc_space.h51 SpaceType GetType() const { in GetType()
Dbump_pointer_space.h38 SpaceType GetType() const OVERRIDE { in GetType()
Dlarge_object_space.h43 SpaceType GetType() const OVERRIDE { in GetType()
Dregion_space.h34 SpaceType GetType() const OVERRIDE { in GetType()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc171 space::SpaceType GetType() const OVERRIDE { in GetType()